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.