Thread: Possible?
View Single Post
  #13  
Old 05-18-2002, 11:50 AM
Bhala Bhala is offline
Disgruntled Monkey
Bhala's Avatar
Join Date: Mar 2001
Posts: 779
Bhala is on a distinguished road
for your script just do this.
NPC Code:

if(created) timeout=.05;

if(timeout){
if(!keydown(0) && !keydown(1) && !keydown(2) && !keydown(3)){
this.NotMoving++;
}else{
this.NotMoving=0;
}
timeout=.05;
}

Reply With Quote