well under save attribute you pick your attribute you want to save and give a key name such as "highscore" then using the load attribute you pick an attribute to load that key back into.
when using it make sure not to press the e (expression) when typing in the key, if you do it won't work, you just have to type in the box.
Comments
when using it make sure not to press the e (expression) when typing in the key, if you do it won't work, you just have to type in the box.
example:
save:
attribute: game.highscore key: highscore
load:
key: highscore attribute: game.highscore