Can you make a timer choose one of two different outputs on timer?

zahndah

professional letter
aa
Jul 4, 2015
721
642
I need to have it set up so that after 30 seconds it chooses to activate one of two capture points, Is this possible?

Also does 'fire once only' make it only fire once per round or only the first time after the map is loaded?
 

iiboharz

eternally tired
aa
Nov 5, 2014
857
1,291
I believe what you could do is set up a logic_case and have the logic_timer send a PickRandomShuffle input to the logic_case which would make it fire an output to a random case.

For instance, assuming you've set up the logic_case correctly, you could add an OnCase01 and OnCase02 output on it to trigger a certain input, in this instance activating the relevant control point.
 

zahndah

professional letter
aa
Jul 4, 2015
721
642
So ive done this and it works. But now i cant figure out how to make it lock the one that is available then unlock the other every 3mins, is there a way to say 'ontimer if blu_point locked, unlock blu_point' and 'ontimer if blu_point locked, lock red_point'? because if there is i would be able to do it myself, otherwise i wouldn't be able to.
 

zahndah

professional letter
aa
Jul 4, 2015
721
642
I think i have almost set it up now, shouldn't need any more help.