syntax: timer <how many times an event is gonna happen> <Wait for this amont of seconds> commands

Code:
  
var %i = 0
var %times 10
while (%i &lt; %times) {
.timer 10 10 echo -a %i
 inc %i 
}