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!