forgot it was nonP2P, sorry
if you want it to specify a specific gani or something
NPC Code:
if (created) {
toweapons -ganisystem;
this.frametime=.4; // Length of GANI
setani newaniname,; }
if (isweapon) { timeout=.05; }
if (timeout) {
playerdir=1;
if (this.frametime>0) {
this.frametime-=.05;
} else { setani newaniname,; this.frametime=.4; }
timeout=.05; }