Temporarily disable triggers mid-game Created 5 years ago2018-09-16 01:50:32 UTC by kazik kazik

Created 5 years ago2018-09-16 01:50:32 UTC by kazik kazik

Posted 5 years ago2018-09-16 01:50:32 UTC Post #340890
Is it possible to temporarily disable a trigger_multiple for X seconds with another trigger_multiple?

So if trigger_multiple_2 is touched, trigger_multiple_1 will be disabled/set inactive for 2 seconds for example.

Is it possible? If yes, how to do it?
Posted 5 years ago2018-09-16 02:02:18 UTC Post #340891
You can probably set this up using a couple trigger_changetargets. Have trigger_multiple_2 target a multi_manager that targets the first trigger_changetarget at time 0 and the second trigger_changetarget at 2 seconds.
Posted 5 years ago2018-09-16 11:41:30 UTC Post #340893
Yup that works, thanks.
You must be logged in to post a response.