I've read all the tutorials, and i think they just make me more confused. (i could never be a coder, god)
all i want to do is i have a button that will be pressed repeatedly. each time it's pressed, i want it to flip-flop from multimanager 1 to multimanager 2.
the way i tried it:
1. the button targets 2 func doors which target BOTH multimanagers. they each have a multisource acting as a master.
2. a trigger_auto is supposed to enable the master of func_door, which targets mm1 so it will fire on the first button push. then, the func_door "fires on close" a multimanger that is supposed toggle the states of the masters for the doors, so only one fires it's targe mm at a time.
everything is set up, it just seems no matter what i do, the masters of both doors are allowed every time so both mm fire each time the button is pressed. i'm sure there is a really simple way to do this i am missing.
so finally my question is: how do i toggle the state of the multisource? i've tried env_global, triger_relays, trigger multiples and doors with trigger relay, nothing i do seems to work... ugh. = (