- Nov 23, 2018
- 63
- 151
My game is put together in episodes. Each episode is a different script file. At the end of the current episode it returns and goes to the credits file. I would like to force an autosave to happen before the credits so the player can just pick right up where the story left off.
I found this but it doesn't work:
renpy.force_autosave(take_screenshot=False, block=False)
Forces a background autosave to occur.
take_screenshot If True, a new screenshot will be taken. If False, the existing screenshot will be used. block If True, blocks until the autosave completes.
Thanks in advance!
I found this but it doesn't work:
renpy.force_autosave(take_screenshot=False, block=False)
Forces a background autosave to occur.
take_screenshot If True, a new screenshot will be taken. If False, the existing screenshot will be used. block If True, blocks until the autosave completes.
Thanks in advance!