View Single Post
  #11  
Old 03-19-2004, 09:13 PM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally posted by Dach

toAndy: keydown is a flag, it can't "read fast"
I was thinking of when you did something like

NPC Code:

if (timeout) {
if (keydown(#)) {
}
}



that perhaps that same thing was applying itsself here.
__________________
Reply With Quote