View Single Post
  #9  
Old 02-11-2006, 08:08 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Maybe I should add a list of keys that I plan on using?

PHP Code:
  this.KEY_SWORD  5;
  
this.KEY_ACTION 6;
  
this.KEY_ITEM   4;

  
//extra controls (keydown2() detection)
  
this.KEY_WHISTLE getkeycode("w");
  
this.KEY_HUG     getkeycode("h");
  
this.KEY_RATINGS getkeycode("r");
  
this.KEY_NICKS   getkeycode("n");
  
this.KEY_CAMERA  getkeycode("c");
  
this.KEY_FOCUS   getkeycode("f"); 
Key down functionality is most preferred. I hate chat commands. The best way currently to make changes would be to make it so that you can change the key with "/key whistle w" or something. This should seriously be considered though.