renpy.save
Function: renpy.save( | filename, extra_info='') |
Saves the current game in filename.
filename - A string, giving the filename to save in. Note that this does not correspond to any particular file on disk, but should be treated as an arbitrary game identifier. Normal save slots are base-10 representations of integers, while other names will not show up in the file-picker.
extra_info - Additional information saved with the game. This is usually the value of save_name.
Example
TODO