Time Functions
From UBot Studio
(Difference between revisions)
(Created page with "The '''Time Functions''' returns system time and calculates the differences between hours, minutes, seconds and milliseconds. File:timefunc.jpg == List of Time Functio...") |
Revision as of 20:43, 6 October 2016
The Time Functions returns system time and calculates the differences between hours, minutes, seconds and milliseconds.
List of Time Functions
- Date: Tests to see if the scripting environment (the webpage, a variable, a list, etc) is as it should be for the bot to run successfully.
- n seconds: Writes a message to a log file that provides an overview of what a bot is trying to accomplish.
- n from now: Is used to split up and describe the various tasks that a bot accomplishes.
- n ago: A container command that runs commands within it once. Created to work with the log commands.
- Now: Writes a message to a log file.