Code:
alais test {
  var %c 1
  while (%c <= $chan(0)) {
    .timer $+ $chan(%c)) 1 $calc(2* $chan(0)) echo -a -> $chan(%c)
    inc %c
  }
}

This working ok, how ever it trigger the part echo -a -> $chan(%c)) way to fast, and i dont know how i can slow it down, been trying without any luck, ideas? i want it to send the echo with 5 secs appart..


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }