Ok, I'm not sure what I'm doing wrong as I thought this would be fairly simple.
I want to add bonus points when time runs out if you have no penalties.
I have a var called No Penalties and I have it set in the time over group so when times runs out it activates the time over group and in it I have.
System compare VAR - NO PENALTIES = 0 Action - add 10 to high score. So at the end of the timer it checks to see if the Penalty var is still 0 and if so add 10 bonus points to the high scare var. (At least that's what I want.)
But when I do the the score just keeps running none stop adding numbers or just not at all.
I'm missing something...
Thank you in advance for your help.
SOLVED THANKS
I had to use Global Vars and everything works great now.