[ Delph Inc. ]
First of all you havent set the arrows speed, the arrows x pos, and the arrows y pos.
The timeout should be there because that's the animation...if there is no timeout it would just place an image in one spot if scripted correctly.
I'll now post the variables:
NPC Code:
this.maxcount=30;
this.life=5;
this.arrowspeed=1;
this.arrowdamage=2;
setarray this.arrowx,this.maxcount+1;
setarray this.arrowy,this.maxcount+1;
setarray this.arrowdir,this.maxcount+1;
setarray this.arrowtime,this.maxcount+1;
setarray this.arrowact,this.maxcount+1;
this.init=1;
That's all I really want to post because I know there's people out there who just keep aimlessly wandering these boards looking for whole scripts to take.