Problems with the starting delay from Set Timer by Function/Event

Unlike Delays timers don’t execute at all if they are called with Zero delay. If you use a really short delay, it’ll be called the next frame.

The solution is to just call the same function directly when setting up the timer.

1 Like