1. How can I make current script to halt for specific time and then starts again. Some king of "wait" operator.
2. Why the next timer doesn't work ?
Code:
 
set %i 0
timer 10 10 {
 echo -a %i
 inc %i
}  

and all that this echoes is:
0
0
0
etc, etc...

10x


Regards, ThE_mASk.