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