I think the power of this scripting language would be GREATLY increased if there was some sort of timer functions.
Let me give some examples:
Delay(100){ code to execute after 100 seconds }
Or if there was a way to get the time so you could have watches be triggered:
if (getTime();==12:00) {depositPettyCash, or something else}
this would make scripting more fun, and a hell of a lot more possibilities.
thanks for reading
-ltlwinters-
We can't easily do that in
We can't easily do that in the restraints of the scripting language, you'll notice everything is non-blocking, this is for good reason... A lot of the time when your script is running a 3rd party is waiting for that script to finish so, for instance, they can get served a web-site... Introducing blocking, or timing based scripts could cause problems for the individual waiting.
Yeah I guess.
I can see how that is a problem. If only it wasnt :-\ thanks for reading anyways johnny.
-ltlwinters-