Timer Stop

Hello, another question for you vets 
How can I make it so that the timer I created stops whenever my character gets destroyed/dies in the game?
Thanks!

How can I make it so that the timer I created stops whenever my character gets destroyed/dies in the game?
Thanks!
Comments
Just before your timer, put When TimeGo is true, then your timer. When your character is destroyed, add to the Rules change attribute TimeGo to false.