Door locks and unlocks

THE CHAIRMAN

L1: Registered
Jun 27, 2010
20
0
I am building some trading rooms in which members can hang out trade and not be killed or bothered. I have made buttons and locks that control the doors to keep people out. All is well.. The problem is many leave the game while in the room therefore leaving the room locked and no one else can come in. Then I have to noclip in and unlock the doors.

Obviously I am a noob and cant figure out exactly how to fix this. I believe I need a trigger that unlocks the door when that trigger is NOT being touched. (room is empty) but i cant seem to get that to work. Any help is appreciated!!

Thanks... The Chairman
 

THE CHAIRMAN

L1: Registered
Jun 27, 2010
20
0
ya know ive tried that and it doesnt seem to work... im stuck.. I believe it was trigger multiple that would allow me to do that but again..doesnt seem to work.. im missing something...
 
Feb 18, 2009
640
629
I'm assuming you are getting it to work once... Have you checked the "Delay before reset" is set very small (or 0, though I'm not sure 0 would work. don't ask me why I think that, just a funny feeling really). if set too high it'll work, but with a large delay before doing the command again (obviously) or if set to -1 it will behave like a trigger_once.
 

THE CHAIRMAN

L1: Registered
Jun 27, 2010
20
0
oK..finally figured it out.. Trigger_proximity and onendtouch was the settings that worked for me. Thanks for the input..

The Chairman