- Jan 30, 2018
- 3,287
- 4,700
Why are those two commands on the same line? My advice was to change "False" to "True" not add or remove line breaks.your advice made the game not start, infact even when I returned it to "false" I get the same error.
File "renpy/common/00console.rpy", line 108: invalid syntax
config.console = False config.console_history_size = 100
thanks... :/
Code:
# If true, the console is enabled despite config.developer being False.
config.console = True
config.console_history_size = 100
config.console_history_lines = 1000
config.console_commands = { }