Blockland Forums > Help
how to make jail door open from outside not in
pitfall:
--- Quote from: Shaggyo on January 07, 2010, 06:42:41 PM ---regulith i did what you said and all it does it keeps it close
i want it to open for 5 seconds then close
--- End quote ---
Did you add both events or over lap the first one?
Shaggyo:
im not to sure because the events on the door are still on should i get rid of them
Regulith:
Alright, I'm going to explain this very specifically:
1. Place a door brick. Name it "door".
2. Place a button brick.
3. Hit the door with the wrench.
4. Where it says
--- Code: ---Oncontentstarted | Self | contentstop
--- End code ---
change the value on the far left to 5000. Delete or disable event 0, which says
--- Code: ---OnActivate | Self | contentstart
--- End code ---
5. Close the event menu.
6. Hit the button with the wrench.
7. Add
--- Code: ---Oncontentstarted | NAMED BRICK | contentstart
door
--- End code ---
Shaggyo:
where is it supposed to say code
Regulith:
The code is the event.