[SOLVED] How do Timers work?

I read the wiki, and I’ve been going through old threads about timers, but I cannot make them work.

From what I understand I need to:

  • Use an action to start the timer in a separate event
  • Specify the duration of the timer in a condition
  • Reset the timer with an action to repeat

Can someone please tell me why this is not working?

1 Like

No condition = play action every frame

2 Likes

The first event resets the timer every game frame. Use a trigger once or at the beginning of scene condition with it.

2 Likes

:man_facepalming: :person_facepalming: :woman_facepalming:

Thank you. That did it.