Put your every tick-add dt to timer event in a group. Deactivate that group on level end.
thanks ArcadED will try that :). Do you know by any chance how to display the time result? I already have a font SET to
"Time: "&Floor(Timer/60) & ":" & right("00"&Floor(Timer%60),2)
do i just need it to display on the end level screen?