Start with a simple experiment. Create a number attribute. Default it to 0.
Then in a behavior, load the save, increment the number by 5, then save the game. In Always, add an if block to reset the scene if a certain key was pressed. If this is done right, the number should increment by 5 each key press.
See the attachment below.