Poll

Maby for RPGs :/

Yes
8 (57.1%)
k
3 (21.4%)
meh
3 (21.4%)
nah
0 (0%)
No
0 (0%)

Total Members Voted: 0

Voting closed: August 25, 2008, 05:44:12 PM

Author Topic: Keys for Traders doors  (Read 1038 times)

i was thinking maby there could be key for traders doors for RPGs and challanges :cookieMonster:

great idea maybe it could be an item or make a security door with a 4 number keycode

I agree with Captain increativity.




yay im happy and btw i hope this get made :3

do you even know what he said to you? "captain increativity

You can do all of this with events, easily.

For a lock, just make a button that toggles the open and close events to on and off.
[ x ] [0 ] 0 onActivate -> NAMED BRICK (The Door) -> toggleEventsEnabled [0 1]
[ x ] [0 ] 1 onActivate -> Self -> toggleEventsEnabled [2 3]
[ x ] [0 ] 2 onActivate -> Client -> CenterPrint [Door Locked   ][3]
[    ] [0 ] 3 onActivate -> Client -> CenterPrint [Door Unlocked][3]

Or something along those lines.

Keypad has quite a few events so I'm not going to go through it.
« Last Edit: August 19, 2008, 03:07:13 PM by MrPickle »