Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
General Discussion
»
How to make a door locked?
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to make a door locked? (Read 575 times)
Aar
May 24, 2015, 05:19:34 PM
Hello there,
Can somebody tell me how i can make a door locked with a key or a console-printed-brick/lever?
Wich events in which order did i need?
Ad Bot
Advertisement
padmedog
May 24, 2015, 10:45:30 PM
Assuming the default events for a door is onActivate>>Self>>Door>>toggle,
then just add onKeyMatch>>Self>>toggleeventsenabled>>0
so it will be
onActivate>>Self>>Door>>toggle
onKeyMatch>>Self>>toggleeventsenabled>>0
Advanced Bot
May 24, 2015, 11:32:48 PM
By the way, the onKeyMatch events use the colors of the keys.
Siren
May 25, 2015, 03:01:06 AM
Quote from: Advanced Bot on May 24, 2015, 11:32:48 PM
By the way, the onKeyMatch events use the colors of the keys.
You can also use onkeymismatch to make your doors a more believable colour (with the downside of every key being able to open it).
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
General Discussion
»
How to make a door locked?