-->
Page 1 of 1

Added timer command

PostPosted: Mon Sep 28, 2015 7:09 pm
by Mmiscool
Added timer command.

Will allow for doing things at regular intervals.

Code: Select alltimer 5000 [do.some.stuff]
print "going to do some stuff in a bit"
button "Click me to exit" [Exit.ThisThing]
wait

[do.some.stuff]
print "Doing Some Stuff"
wait

[Exit.ThisThing]
end