Isn't this odd?
+ System: Highscore ≤ score
-> System: Set Highscore to score
-> LocalStorage: Set item "hiscore" to score
Shouldn't it be like:
+ System: Highscore > score
+ System: Trigger once
-> System: Set Highscore to score
-> LocalStorage: Set item "hiscore" to score