View Single Post
  #11  
Old 06-29-2006, 04:38 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
the enum crap I provided lets you do things like this:

PHP Code:
function ControlName.onKeyDown(keycodecharscancode) {
  if(
keycode == VK_RETURN) {
    
player.chat "ROFL U PRESED ENTAR U SILY GOOSE";
  }

__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote