Thread: ?????
View Single Post
  #4  
Old 09-09-2001, 03:53 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
Like this?
if (playertouchsme){
toweapons Leap Line2;
}
if (weaponfired){
this.x1=playerx;
this.y1=playery;
this.dir=playerdir;
this.out=0;
timeout=.05;
}
if (timeout && this.out<64){
this.out++;
setarray this.x,this.out;
setarray this.y,this.out;
this.x1+=vecx(this.dir)/2;
this.y1+=vecy(this.dir)/2;
this.x[this.out-1]=this.x1;
this.y[this.out-1]=this.y1;
for (i=0;i<this.out;i++){
putleaps 3,this.x[i],this.y[i];
}
timeout=.05;
}
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote