Thread: Keydown
View Single Post
  #7  
Old 05-02-2009, 11:37 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by [email protected] View Post
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..10upleftdownrightSADMtabQP

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.
Reply With Quote