Timer Stop

mboodaimboodai Member Posts: 5
edited November -1 in Working with GS (Mac)
Hello, another question for you vets :p

How can I make it so that the timer I created stops whenever my character gets destroyed/dies in the game?

Thanks!

Comments

  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598
    Hi, try a boolean attribute called TimeGo for instance, and check it as true when you make the attribute.
    Just before your timer, put When TimeGo is true, then your timer. When your character is destroyed, add to the Rules change attribute TimeGo to false.

    ""You are in a maze of twisty passages, all alike." - Zork        temp domain http://spidergriffin.wix.com/alphaghostapps

  • mboodaimboodai Member Posts: 5
    Thanks a lot mate! It got it work work :) Now just the matter of the Timer moving with me.
Sign In or Register to comment.