// TOP of your scriptnew timername;// When you want to start your timertimername = SetTimer(....// When you want to kill timerKillTimer(timername);