They really need a save kind of thing

Hey guys, im trying to make a game and right now im planning how the game looks like, but one thing still bothers me, the save thingy.
This has been asked for over the course of, like 5 years or so. But please grazer, you have to implement this.
Anyways, any idea on how to do it?

You can use the Save behavior

yeah thats the problem, I dont know how to use it. And also, does it save the data when you refresh the game?

you should probably tag @“JR 01” if you want them to respond.

You can read more about the save behavior here:
https://flowlab.io/behavior_handbook/#game-flow-save

save

Sorry, I’m only available after I get off work.

Saves are saved in the browser cache, so even restarting the computer wont delete it.
Saves work by saving a number to a name. (like Number = Name)

You can see how Save’s are used in my Shop example.
Saves can be used in any level and even with several behaviors (even with the same name).
Shop Example: https://flowlab.io/game/play/1202461

thanks guys, this really helped