pukey brunster on 4/5/2016 at 17:40
This seems like it should have a simple solution, but I can't find a simple tutorial/answer for this question - hoping someone can help.
I need a switch (using A Flat Switch) to simply unlock a door. Not to open it - just to unlock it. I've tried various failed attempts at S&R.. I must be missing something obvious. Can someone please give me a quick step by step? Please not a link to a S&R tutorial.. I've been reading those for hours to no avail :erg:
Daraan on 4/5/2016 at 17:57
Instant of the stddoor Script Use nonautodoor. Bei sure to Flagge dont inherit. Multiple door Script s dometimes dont work.
R Soul on 4/5/2016 at 18:42
There's a situation in the bank mission where a camera locks a door if you get caught, and unlocks it after lowering its alert level.
commnad:
script_load miss7
Then:
Quote Posted by Daraan
Instant of the stddoor Script Use
nonautodoor. Bei sure to
Flagge dont inherit. Multiple door Script s dometimes dont work.
Plus two others:
LockSounds
TrapDoorLock
Give your lever a CD link to a marker. Scripts:
DoorTranslator
Give the marker a CD link to the door.
Lever properties:
Tweq > Joints: AnimS: On
or
Lever -CD> Inverter -CD> Marker
Either of the last two ensure the first player frob unlocks the door.
pukey brunster on 4/5/2016 at 19:42
Thank you both! That did the trick.