I have three variables: Timer + highscore + Score.
Timer + Score = Highscore2
I want always the highest HighScore, that I can do to stay?
I tried Timer > HighScore2 not working. Timer = 300 + Score = 40 = 340 | HighScore2= 330 as single sum the timer and no score, no new highscore.