Author Topic: Needed Add-On  (Read 660 times)

I need three doors. Someone made a jail escape game with a jail cell door that opens when you click on it AND you have a key, a main security door that opens with a click and a key, and a HUGE door that opens by clicking the control panel. I NEED THESE. Also, what did he use to make those hidden pathways? Those dissapearing blocks?


events + key + content, search them (key and content)
and also, actualy look arround a search before asking for them, and wrong section, you're requesting an addon, not needing help with one

Try this for the key door:
Make a key brick-
onactivate-player-setvariable [Key = 1]

On the door-
Onactivate-player-ifvariable [Key = 1]
Variabletrue-self-contentstart (assuming you're using JVS)

The key brick should be in a police-only room. That should do it!

But how do I get a key in the first place? What brick should I use, and tell me what events to use.

 Also how do I make text appear when you reach a certain area or touch a certain block?

Also how do I make text appear when you reach a certain area or touch a certain block?
Search is your friend.
But since apparently you're too lazy / stupid, here.
To make text appear:
OnPlayerTouch -> Client -> CenterPrint -> blah blah blah blah
or
OnActivate -> Client -> CenterPrint -> blah blah blah blah

In case you don't understand variables, you'd get the key from the event: OnActivate -> Player -> SetVariable -> [Key] == [1]
Just use a random brick.
If you still don't understand this, leave blockland.