This...
> LocalStorage > on item "numberofrounds" exists > LocalStorage > Set item "numberofrounds" to HighScore
> LocalStorage > on item "numberofrounds" exists > System > Set NumberOfRounds to LocalStorage.ItemValue
>
should be set to ...
[quote:38wxoyg8]LocalStorage > on item "numberofrounds" exists > LocalStorage > Set item "numberofrounds" to NumberOfRounds
LocalStorage > on item "numberofrounds" exists > System > Set NumberOfRounds to LocalStorage.ItemValue
Yep - sorry, that's me cutting/pasting from the top example to the bottom. The current code I have is:
LocalStorage > on item "highscore" exists > LocalStorage > Set item "highscore" to HighScore
LocalStorage > on item "highscore" exists > System > Set Highscore to LocalStorage.ItemValue
...and...
LocalStorage > on item "numberofrounds" exists > LocalStorage > Set item "numberofrounds" to NumberOfRounds
LocalStorage > on item "numberofrounds" exists > System > Set NumberOfRounds to LocalStorage.ItemValue