Thread: Possible?
View Single Post
  #15  
Old 05-18-2002, 01:40 PM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
Quote:
Originally posted by nyghtGT

even better:
NPC Code:

if (created) {
timeout=0.05;
}
if (timeout) {
for(i=0;i<3;i++) {
if (keydown(i)) {
this.move++;
} else {
this.move=0;
}
}
}

i cant get either one of em ta werk on the second one all it does it stay at 3 and i cantfigrue out what im doing wrong!
__________________
Reply With Quote