Notifications
Clear all
[Closed] how to trigger action after given time amount ?
Feb 16, 2014 9:36 am
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
Feb 16, 2014 9:36 am
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