Quote:
Originally posted by DustyPorViva
NPC Code:
keydown(0-3)
It doesn't initiate with keypressed though, because the arrow keys aren't read as keys.
You need to use it in a timeout.
|
gah stefan should make them read as keys...
i hate using
NPC Code:
if (timeout){
timeout=0.05;
//STUFFS
}
