How about you sleep the script before going through the loop once again with this script Loki posted a while ago.

Code:
alias sleep {
  if ($1 !isnum 1-) return
  var %a = $ticks $+ .vbs
  write %a wscript.sleep $1
  .comopen %a wscript.shell
  if (!$comerr) .comclose %a $com(%a,Run,3,bstr,%a,uint,0,bool,true) 
  .remove %a
}


Quote:
You may be able to structure your code to sleep instead of using a timer: /sleep 60000 will pause the script at that line for 60 seconds

Source


Nillens @ irc.twitch.tv
Nillen @ irc.rizon.net