Yet again, his script is 2 lines long, how is that not simple? It's an if statement. Thats not simple? And if an if statement is something you consider complex, then perhaps you should reconsider mIRC scripting, because an if statement is probably one of the most simple things there is. Fine, if you want to say it is so complex, it can even be made shorter:

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


/timer1 0 1 ctimer 1062027400 echo -s it is now 1062027400

That script is so incredibly basic, even if you've never seen an mIRC script before it shouldn't be hard to figure out!