I'm wondering how I would go around pausing my code for x seconds.I used a counter until x = y but it's not a measure of time.
I'm looking for something like this...
do routine
wait (5 seconds)
do another routine
wait (2 seconds)
Thanks in advance.
I'm looking for something like this...
do routine
wait (5 seconds)
do another routine
wait (2 seconds)
Thanks in advance.