Pausing KOTH Clocks

Ven

L1: Registered
Sep 4, 2009
18
0
I'm trying to make a KOTH map with a few special rules in it. The main change is having a "neutral time", which stops the clocks for both teams while enemies are on the control point. I have all the mechanics done except I cant how to figure out how to pause both clocks. I know how to switch it (SetBlue/RedKothClockActive), how do I pause both or either of them?

Thanks. Ven
 

Ven

L1: Registered
Sep 4, 2009
18
0
send an output to zz_red_koth_timer with the command Pause, and then send one to zz_blue_koth_timer

Took some hackery on my part to find that shit out, hope it helps

Thanks, that was really helpful.