Map Event Timers?

  • Site Migration: See bugs? Report them here. Want something changed or have an idea? Suggest it here.

TheBluScout #frontline!

L1: Registered
Feb 25, 2018
15
24
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,284
886
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