A Wait Function+

Is there any thing I can do to achive something like

-Do this…
-Wait for 0.5 seconds
-Then do this.

Hi,

you can use the timer and a variable to simulate this.

For the thing you want to do :

[code]Conditions:
Variable do_it = 1
Timer “my timer” is > XXX seconds

Actions:
What you want to do[/code]

In the event that should launch the “waiting”:

Actions: Do do_it = 1 Reset timer "my timer"