with open(os.path.join(incdir, "console_commands"), "w") as f: f.write(console_commands) renpy_json.main() raise SystemExit 8 changes: 6 additions & 2 deletions 8 sphinx/source/achievement.rst Show comments Vie
try: # Load persistent data from all save locations. renpy.persistent.update() # Clear the list of seen statements in this game. game.seen_session = { } # Initialize persistent variables. renpy.store.persistent = game.persistent renpy.store._preferences = game.preferences if renpy.parser....