View Single Post
  #6  
Old 06-09-2001, 04:25 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
LAT Boots:
NPC Code:
if (playertouchsme) toweapons LAT Boots;
if (weaponfired) this.active=(this.active+1)%2;
if (created||timeout) {
if (this.active==1) {
for (this.k=0;this.k<4;this.k++) if (keydown(this.k)) {
playerx+=vecx(this.k);
playery+=vecy(this.k);
}
}
timeout=0.05;
}

__________________

Reply With Quote