Thread: I don't like...
View Single Post
  #10  
Old 10-23-2011, 06:40 PM
Scoper Scoper is offline
Still wasting time here?
Scoper's Avatar
Join Date: Sep 2008
Location: Michigan
Posts: 578
Scoper is a glorious beacon of lightScoper is a glorious beacon of lightScoper is a glorious beacon of light
Send a message via AIM to Scoper
Quote:
Originally Posted by xAndrewx View Post
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

I'll start offering that as an option to people for their storage doors, thanks for the tip.
__________________
You'd be jaded by now, too.
Don't listen to me. Arguments are beyond me, but man am I good with a ban hammer.

"I don't believe that right choice confers immunity. I no longer believe in reward. I simply believe that choices must be made regardless of their chances of success. And so I've come here."
Quote:
Originally Posted by bloodykiller View Post
take my liver but not my classic accounts
Quote:
Originally Posted by Kohola_KinG View Post
That's the type of guy you are. Never wrong, always right. Headache material you are.
Reply With Quote