yeah im sorry, i was too fast,
to restart or go to another level use the "system" "go to layout"
also only substract from timeleft when its bigger then 0
then normally it would be sufficient to use if timeleft = 0
but for safety i used if timeleft is = or smaller then 0
sometimes you can come in a situation where you substracted under 0
so using <= is safer then =