View Single Post
  #17  
Old 03-20-2004, 07:46 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Your better off using the timeout approach anyway, it seems to be more reliable
-psuedocode-
NPC Code:

if timeout
if keydown key
if keydownlast = false
do keydown stuff
keydownlast = true
end if else
nothing end else
end if else
keydownlast = false
end else
timeout = .05
end timeout


why did I even bother making that pseudocode anyway?
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote