Help with a loop (Runs too fast / Ignores timers)

Okay, that’s quite complicated. A limitation of createTimer() is that it runs its block of code once only. That makes it difficult to create cascading timers that follow on from each other, as each timer would have to contain all of the code to create all of the follow-on timers.

Some ideas in this old thread - basic approach is to run rule periodically and do random things

Here’s a completely different approach, that won’t suit everyone

1 Like