FGGE Documentation
save(name, value)
Save something.
Note that this will save your data as a string.
Parameters:
name
- The name of the variable to save.
value
- The value to save.
Example:
GameEngine.Saving.save("energy", 54);