Notifications
Clear all

[Closed] how to trigger action after given time amount ?

I’m pretty sure I have seen this somewhere on this forum but I can,t dig it up again.
I have to start action 15 seconds after some event.

I don’t want to do it by : from t=0 to 10000 do (); now is time for my action– because it make computer busy. Does somebody have a clue how to do it?, I would be apreciate.

1 Reply

Use a timer.
When the event1 starts/finis – start the timer. Set its interval to 15 sec or whetever value you need.
When the timer tick the first time – run the new script/event