Code:
alias myAlias {
  /echo -a Hello
  /wait 5 myalias
}

alias wait {
  .timer 1 $$1 $+(/,$2-)
}


Should work >:D

EDIT: There is a COM object someone made that i believe uses java and takes advantage of the sleep function. Im not sure if its in the forums, but you can check. The only problem with the above statement, is you have to do things in blocks. smirk


-KingTomato