Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Help
»
Needed Add-On
« previous
next »
Print
Pages: [
1
]
Author
Topic: Needed Add-On (Read 662 times)
Blaze0
October 31, 2009, 11:00:44 AM
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?
Ad Bot
Advertisement
Angear
October 31, 2009, 11:03:11 AM
Its called events.
phflack
October 31, 2009, 01:10:33 PM
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
Dapizzanator
October 31, 2009, 02:18:59 PM
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!
Blaze0
October 31, 2009, 02:33:42 PM
But how do I get a key in the first place? What brick should I use, and tell me what events to use.
Blaze0
October 31, 2009, 02:38:17 PM
Also how do I make text appear when you reach a certain area or touch a certain block?
Evar678
October 31, 2009, 02:44:01 PM
Quote from: Blaze0 on October 31, 2009, 02:38:17 PM
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.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Help
»
Needed Add-On