I am running into an issue where upon loading a player’s data with a save point device, the score value is reset after being changed. Here is the process in which it’s happening:
- Player gains some score, 5 for example
- Save the player data
- Player leaves the session
- New session is created and player joins that session
- Load player data (Player correctly has 5 score)
- Add a score through an elimination (Score is being added from island settings)
- New score shows 1 (Should be 6)
I am not sure as to if I’m doing something wrong or there is an underlying issue. I am not using anything that should directly affect the score such as a score manager, I am adding this score via a sentry with the field Score On Elimination
set to 1.