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
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