Is there a way to make something wait?

What I mean is that I want to know if there is a command that can do this:
wait(some amount of time)
do(something)
I want to know if there is a way to tell something to wait and then do something.

1 Like

There’s no built-in method for this as far as I know,
But you could always just make your own timer and only allow code to execute when said timer has expired.

i have no idea how to do that, but ok

1 Like

Oof, sorry for the wait, but here’s a quick example project that should help you.
waitEvent.wick (1.6 KB)

If you need any more help just say the word.
:slight_smile:

1 Like

ok thanks!

2 Likes

No problem, happy to help!

1 Like

I found a simpler and more efficient way to do this:SimpleCounter5-23-2020_1-52-34PM.wick (1.4 KB)