A.
countdown = time + X
if time > countdown
GAME OVER
B.
on game start(however everything starts
sub event:
-> WAIT 60 seconds
-> whatever game over stuff you have
A will give you options to modify the countdown timer.
B will end the game after the period time no matter what.
Time scale will affect both of these time results.