Update variable inside Save Game

I’m trying to update a variable in my Save Game, but I end up losing all the other variables’ values. Am I doing something wrong? Or it’s just how it works and if I want to save/update even just only one, I need to get the current values from the save game for all the variables and set all of them? It seems pretty chaotic especially if there are a lot of variables inside a save game.

workflow is like this:

  1. create or load if exists and store in a variable

  1. Set the variables in your ‘savegame variable’ and just save it

image

you dont need to see everything…if you loaded, the last values will be there.

Thanks, it works now! Glad you shared the images of the workflow, thanks to it I figured out where I messed up.

Happy to help! :slight_smile: