Trouble saving high score to table and retrieving it

I'm trying to save the player's high score to a table, which I've created and called it ScoreTable. I've created a rule for the actor that keeps the score, and the rule tells it to save the player's high score to the table. Here's an image of it:

Then, on the "Game Over" screen, which is where the player is supposed to see their high score, I've created these rules:

But for some reason in the Game Over screen, the high score doesn't show up where it is supposed to. All that appears is the score for that session (game.TotalScore) which works perfectly fine. But all that ever shows up for the high score is 1, ever single time. Which have I done wrong? Have I saved the high score to the table incorrectly, or am I loading the data for text display wrong?

Comments

Sign In or Register to comment.