Start and Stop timer

Hey!

Hope someone can help me.

I have seen on this forum someone explaining how to create a timer. ( Maybe some called 4ian ? )
It works really grate. However I would like to pause the timer and “collect” the last number displayed when my game ends. Is it possible?

So far the timer looks as following:
Condition_______________________Action
NoN___________________________Do +TimeDelta() to variable Temptimer
Variable Temptimer is >=1_________Do +1 to variable Seconds
______________________________Do =0 to variable Temptimer
NoN___________________________Do =VariableString(Secons) to the text of Time

So two variables; Temptimer and Seconds, and one txt Object; Time