Author Topic: A quick stupid noob question: How do I get a default door to open only with key?  (Read 394 times)

How do you event it to do /title?

Code: [Select]
[OnKeyHit][Self][Door][Toggle]
if it's legacy doors anyways. it also depends on what key, as there are two mods; a regular key, and then key cards.

Code: [Select]
[OnKeyHit][Self][Door][Toggle]
if it's legacy doors anyways. it also depends on what key, as there are two mods; a regular key, and then key cards.
Normal doors, normal keys,

onKeyMatch Self Door[Open]
onActivate Self Door[Close]