hm then do a workaround
Code:
  timer 0 1 ctimer <ctime> <commands>

alias ctimer {
if ($1 == $ctime) {
$eval($2-)
$ctimer off
}

}


or something like that