Code:
on *:text:*!veso 000 -=> 999*:#Torviet: { 
if ($nick == HD|Bot) timerVeso_loop 0 3 veso_loop # 
}

alias veso_loop {
  var %chan $$1
  if (%veso == 999) { timerVeso_loop off | unset %veso | return }
  elseif (%veso == $null) %veso = 0
  else inc %veso
  if ($len(%veso) == 1) var %0s 00
  elseif ($len(%veso) == 2) var %0s 0
  msg %chan !veso $+(%0s,%veso) 
}
Paste this script below your other scripts you had. Untested but should work.