Cant load game

Hi, I have a problem, where when I save the game, when I try and load the the save file, all settings reset and dont actually load the settings i saved. What could be the problem?

Save Game Script

Load Game Script

If i am right. You Need to use the created savegame objects. In your case the Player info. From that you should set the values. And load from it.
Have a look here:
https://docs.unrealengine.com/latest/INT/Gameplay/SaveGame/Blueprints/

Edit say:
If you open your .sav file (with Notepad) you will see, that nothing is saved.

But havent i already done that? As you can see, the player info node in the second picture is connected to the save game to slot node. Or is there something else wrong?

FIXED IT
The variables that I was changing belonged to the wrong blueprint. Just switched them for the right ones and now it works