Skip to content
Saif Ahmed edited this page Sep 9, 2019 · 5 revisions

Timers (from version 0.13) are created by using a single line in the string that defines the GUI.

timer 1000 functionName 1

The key word 'timer' identifies the line to the parser. This is followed by the number of milliseconds between each callback to a function, and the functionName can be replaced by any function name that is to be called each passage of the specified interval.

Clone this wiki locally