How to close door? Created 1 week ago2024-04-26 20:53:24 UTC by D31V D31V

Created 1 week ago2024-04-26 20:53:24 UTC by D31V D31V

Posted 1 week ago2024-04-26 20:53:24 UTC Post #348750
I'm making a mod for Half-Life and i need to make door close using multi_manager. The door was opened before and delay before close value is -1.
Posted 1 week ago2024-04-26 21:57:16 UTC Post #348751
The Delay before close (wait) value of -1 makes it never close.

What you likely want in this situation is a Delay before close value greater than zero, but with the Toggle (32) spawnflag set instead.
That way, the door will open the first time it's triggered, and then close on the next trigger.
Posted 1 week ago2024-04-27 04:48:59 UTC Post #348754
Enable Toggle spawnflag and keep Delay before close -1, if you want to close it with the multi_manager.
You must be logged in to post a response.