Hi, I have a group with one "every 5 seconds do x" in it.
The problem is, when I want to start the 5 seconds going, the first call is usualy instant, and the second one follows very soon after. At least the first call is anywyere between 0 and 5s, the following onces are 5 seconds appart.
I have tried various methods to "start" the 5s timer when i need it to start. I have put it in a group, and tried enabling and disabling, this did not help.
I added a condition, and set that condition to true when I want the ever 5 seconds to start, but that didnt help.
So I'm a bit stuck on how to get it to start such that from point X, 5s later, the first action of the every 5 s will be called.