View Single Post
  #8  
Old 06-09-2001, 02:59 AM
Thak2 Thak2 is offline
:]
Join Date: Mar 2001
Location: BC
Posts: 1,344
Thak2 is on a distinguished road
Send a message via AIM to Thak2
need a Timeout in there

NPC Code:

if (playerenters ||timeout ) {
timeout = 0.05;
}
if (timeout&&playery=>6&&keydown(5)) {
playerdir=0;
playery=playery-0.5;
timeout=0.05;
}


note: you can substitute playerenters with anyother thing you want...
Reply With Quote