Blockland Forums > Help
A quick stupid noob question: How do I get a default door to open only with key?
Pages: (1/1)
Boink!:
How do you event it to do /title?
AdinX:
--- Code: ---[OnKeyHit][Self][Door][Toggle]
--- End code ---
if it's legacy doors anyways. it also depends on what key, as there are two mods; a regular key, and then key cards.
Boink!:
--- Quote from: AdinX on January 02, 2013, 07:25:07 PM ---
--- Code: ---[OnKeyHit][Self][Door][Toggle]
--- End code ---
if it's legacy doors anyways. it also depends on what key, as there are two mods; a regular key, and then key cards.
--- End quote ---
Normal doors, normal keys,
Zeblote:
onKeyMatch Self Door[Open]
onActivate Self Door[Close]
Pages: (1/1)