Thread: Sprite Spacing
View Single Post
  #14  
Old 09-22-2001, 05:58 PM
Knightoffrost Knightoffrost is offline
and Delph Inc.
Knightoffrost's Avatar
Join Date: Jul 2001
Location: Canada
Posts: 1,162
Knightoffrost is on a distinguished road
Send a message via ICQ to Knightoffrost Send a message via AIM to Knightoffrost Send a message via Yahoo to Knightoffrost
[ 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.
__________________
Xerphier Dintch
Featuring
Reply With Quote