How about this?
Code:
alias test {
  if ( $1 <= $nick(#,0,a) ) {
    echo -a I am incrimenting after 6 seconds! $1
    .timer 1 6 test $calc($1 + 1)
  }
}


Also you can break out of infinite loops using ctrl+break.