multi_mangager cutoff Created 15 years ago2008-10-11 01:37:52 UTC by Jessie Jessie

Created 15 years ago2008-10-11 01:37:52 UTC by Jessie Jessie

Posted 15 years ago2008-10-11 01:37:52 UTC Post #256899
okay, here's the question. is there a way for a button to trigger a multi_manager, but if that button is pressed again before the multi_manager finishes, that multi_manager resets and does not trigger anything it had not yet triggered?

the crucial part of what i'm trying to do is having the remainder of the multi_manager not being triggered after the button is pressed again.

NOTE: i could really use an answer asap, please!
Jessie JessieTrans Rights <3
Posted 15 years ago2008-10-11 09:07:16 UTC Post #256906
Try triggering a trigger_relay that triggers the multimanager with the toggle state.
The Mad Carrot The Mad CarrotMad Carrot
Posted 15 years ago2008-10-14 02:51:39 UTC Post #257023
that won't work. instead, have the button target a multimanager that then targets a trigger_relay (that doesn't have a target) after the required delay and also make the button target a trigger_changetarget to change the button's target. Make it also target a second trigger_changetarget that tells the trigger_relay to target the desired entity. When pressed again, the changetarget changes the button to target another trigger_changetarget. When pressed a second time, the button targets a trigger_changetarget, that targets the trigger_relay to target nothing.
Posted 15 years ago2008-10-17 03:31:10 UTC Post #257230
... :|
Jessie JessieTrans Rights <3
You must be logged in to post a response.