Thread: I don't like...
View Single Post
  #9  
Old 10-23-2011, 04:06 PM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
Here's the code for mouse clicking a door
HTML Code:
function onActionLeftMouse() {
  if (player.account in this.door_Access) {
    this.door_open = !this.door_open;
    this.chat = "Door" SPC (this.door_open? "Opened":"Closed") @ "!";
    setTimer(5);
  }
}

function onTimeout() {
  this.chat = " ";
}

I don't mind the reload if people like it- but the doors are annoying as hell lol
__________________
Reply With Quote