EQWatcher Evolution > Scripting > System Functions
List of commands
clock, LocalTime, Spawn
The "clock" Command
This command returns the number of milliseconds since EQWatcher Evolution was started, to the nearest 10 milliseconds.
Syntax:
clock()
Return Value:
This command returns the number of milliseconds since EQWatcher Evolution was started, to the nearest 10 milliseconds.
The "LocalTime" Command
This command retrieves the current system time in dynarray format.
Syntax:
LocalTime()
Return Value:
This command a dynarray-formatted string containing, in this order, the Year, Month, Day, Hour, Minute, Second of the current time and date.
The "Spawn" Command
This command spawns an application
Syntax:
Spawn([Path],[Filename])
Path: The path containing the executable
Filename: The executable filename