Thread: ?????
View Single Post
  #6  
Old 09-09-2001, 05:29 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
*sighs* You... ugh... that would be the FIRST script!!

if (playertouchsme){
toweapons Leap Line;
}
if (weaponfired){
this.x=playerx;
this.y=playery;
this.dir=playerdir;
timeout=.05;
}
if (timeout && this.x in |0,64| && this.y in |0,64|){
this.x+=vecx(this.dir)/2;
this.y+=vecy(this.dir)/2;
putleaps 3,this.x,this.y;
timeout=.05;
}


And it doesn't all stay at the same x/y... :grrr:
__________________


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