A namespace that contains variables that control the :doc:`build process <build>`. .. var:: config: A namespace that contains variables that control the :doc:`configuration <config>` of Ren'Py. These variables
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.report_parse_errors(): raise renpy.game.ParseErrorException...
Now you can see a list of variables. You can search a variable or value in the search box on the right side.Tip: If you want to increase money for example and don’t know which variable’s value to edit there is an easier way. Simply play the game and keep the money (for ...