Wait between actions

It would be cool to add a wait action, that pauses the execution of actions, for the amount of time (instead of creating a timer and a condition for timer)
for example:
condition: actions:
create object x
wait for 2 sec
move the object

2 Likes

This would be great :slight_smile:

It would nee though quite a bit of work to see how to handle things like objects deleted between the time wait was called and then resumed.

2 Likes