obviously this woudl be called when any timer ends it could be like

Code:
 
on *:TimerEnd:*,SomeName,Some?ame:{
 do some krap
  .timersomename 0 1 restart the timer it wasnt supposed to be ended
}


this would be extreamly useful for scripts where users "accidently" end there timers or something to that affect there is a semi work around where you coudl do like

Code:
 
on *:text:*:*:{
  if (!$timer(SomeName)) timersomename.. blah blah blah
} 


its just if theres no text then ur timer doesnt get restarted am i missing something? is it there and i jsut duno about it? lemme know what u think i think tis a great idea


hmmm signed by me