Timer initial delay... then faster (SOLVED)

Is there an easy way to have a timer have an initial delay (e.g. 1) and then after that have it execute every .25?

Do I maybe nest them? The issue is the first delay is a 1 time instance. Then the other ticks fire until the timer is cancelled.

1 Like

Yes, just use two timers. One after another.

1 Like

This can be marked solved - I did do a nested timer, it seems to work well as an overall wrapper.