well i tryed a timer on the command like
Code:
  
while ( %t <= %z ) { 
 .timer1 1 4 dostuff 
  inc %t
}



the problem is say %z is 20 well it mght hit on line 1 then line 5 then line 11 then line 17 etc...
? if that makes any sense .. lol