Why does this timer stop at 00:01?

326962-121.gif

You might get some mileage moving this:

326974-screenshot-1.jpg

Your calling the second test ( on the branch ) after the variable has already been decremented.

( so just do the if directly from the SET node )

Helped, thank you!