Hi all, this should be an easy one. I have a high scores screen which displays the highest score from each level of the game, however it always updates with the latest score and not the highest score. I have 'Level Scores' game attributes and 'Level High Scores' game attributes, I do a number comparison of the two attributes: If Level1 HighScore < Level1 Score, Set Level1 HighScore to Level1 Score. At the moment this isn't working and just updates the high score screen to whatever the latest score was, any ideas how to fix this? many thanks!