Using the recursive timer is quite dangerous: when you rehash your eggdrop (so, usually when you test the tcl), you'll enable a lot of timers
So, think to restart the eggdrop when your tcl is ok.
CrazyCat wrote:Using the recursive timer is quite dangerous: when you rehash your eggdrop (so, usually when you test the tcl), you'll enable a lot of timers
So, think to restart the eggdrop when your tcl is ok.
just kill the timer again...killtimer & timerexists are your friends
CrazyCat wrote:Using the recursive timer is quite dangerous: when you rehash your eggdrop (so, usually when you test the tcl), you'll enable a lot of timers
So, think to restart the eggdrop when your tcl is ok.
just kill the timer again...killtimer & timerexists are your friends
Easier and more practical to set a variable upon starting the timer for the first time, and checking if that variable exists or not before starting a timer.