Map Event Timers?

TheBluScout #frontline!

L1: Registered
Feb 25, 2018
15
48
I'm currently working on a CTF map where every 3 minutes a event will happen and then it ends after 3 minutes (and then it repeats),

How do i do?

Do i use logic_timers or is there better methods?
 

DrSquishy

we've all had better times to die
aa
Feb 10, 2017
1,300
974
I'm currently working on a CTF map where every 3 minutes a event will happen and then it ends after 3 minutes (and then it repeats),

How do i do?

Do i use logic_timers or is there better methods?
Logic timers would be your best shot. Use the OnTimer output for it, they'll automatically start counting again once they run out of time as well