Current News

Moderator: Mmiscool

User avatar
By Mmiscool
#30078 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