Quote:
|
You're not understanding- those are not the DEFAULT Graal controls.
|
Yes they are:
PHP Code:
keydown(int keynumber) - returns if the specified key is pressed (0..10: up, left, down, right, S, A, D, M, tab, Q, P)
Those are the default keynumbers that correspond to the specified keynames, which is why if you did
player.chat = keyname(0); it would return 'Up' and so forth.