I basically want after 15 minutes to quicksave the game, pause it, and show this image (see below, I made the time shorter for testing purposes). I have created two triggers. The first creates the CoundDown variable and the second keeps track of time. If the time runs out and I'm on the first level then this is exactly what happens. However, if I make it to the next level the script goes bad and it won't serve its purpose. What the hell is going wrong with it? Any help?
Trigger 1
:state=0:dimvar=CountDown,state=1
Trigger 2
:state=0,vargreater=CountDown 100:quicksavegame,pausegame,hudreset,hudx=50,hudy=50,hudimage=gamecore\backdrops\game%20screen%20-%20winner.jpg,hudname=WinnerFeedback,hudmake=display
:state=0:etimerstart,state=1
:state=1,etimergreater=1000:addvar=CountDown 1,state=0