Poll

who knows how to make a jail door open

me
me
me
me
me

Author Topic: how to make jail door open from outside not in  (Read 2219 times)

regulith i did what you said and all it does it keeps it close
i want it to open for 5 seconds then close
Did you add both events or over lap the first one?

im not to sure because the events on the door are still on should i get rid of them

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: [Select]
Oncontentstarted | Self | contentstopchange the value on the far left to 5000. Delete or disable event 0, which says
Code: [Select]
OnActivate | Self | contentstart5. Close the event menu.
6. Hit the button with the wrench.
7. Add
Code: [Select]
Oncontentstarted | NAMED BRICK | contentstart
                    door

where is it supposed to say code