View Single Post
  #2  
Old 08-23-2001, 09:20 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
i like my old ones =)

// NPC made by Josey Hunt
dontblock;drawoverplayer;
if (playertouchsme && staff){
toweapons Sprinting Boots;}
timeout=.05;
if(weaponfired){if(this.k=1){this.k=0;}
elseif(this.k=0){this.k=1;}}
if(timeout && this.k=1){if (keydown(0)){playery-=2;}if(keydown(1)){playerx-=2;}if(keydown(2)){ playery+=2; }if(keydown(3)){playerx+=2;}}

alot shorter and easier to change.
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote