I am having problems in that when it comes to the end of the game, the 2 scores are adding up, instead of using just 1. Can anyone tell me how to fix this?
ie. if I score below 10, it adds 5000+4000 (I understand that C2 reads from top down) but how do I fox this?
system -> [b]DeltaTime[/b] < 5 -> System -> add 5000 to [b]score[/b]
system -> [b]DeltaTime[/b] < 10 -> System -> add 4000 to [b]score[/b]