Posted 20 years ago2004-09-06 12:57:06 UTCPost #56965
This will need a multisource. You would set the multisource as the master for the door, and control the multisource's state with env_globals, that can trigger it's state or set it to on or off. When you break the lock, you'd trigger an env_global, that sets the state of the multisource to on. The door's master is then on and it'll be useable again.
Posted 20 years ago2004-09-07 07:36:18 UTCPost #57184
The global way is the best since the door will be openable more than once. You have to do it with the env_global (No skimping off with trigger_relay) since it is like a button that is constantly pressed when it's on its 'on' trigger.