where there’s a will there’s a way!
say you want an action to repeat every 5 seconds, but you want the first one to happen straight away… you can do this:
[lua]local myTimer = timer.performWithDelay(0, doSomething, -1)
– set delay for further calls after the first
myTimer._delay=5000[/lua]
[import]uid: 6645 topic_id: 3825 reply_id: 303825[/import]