Ren'Py Doubt

hinatalily13

Newbie
Jan 11, 2021
61
7
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "renpy/common/00console.rpy", line 108: invalid syntax
    config.console = true    config.console_history_size = 100
                                   ^
   

Ren'Py Version: Ren'Py 7.3.2.320
Tue Jan 26 00:22:19 2021

I am getting this, can anyone help?
 
Last edited by a moderator:

Weasel_Face

Active Member
Sep 16, 2020
697
1,606
True & False statements in scripts & the console need to be capped.
config.console = True
ch2_had_sex_with_chicken = False

If you change true to True and it still doesn't work, re-extract the 00console.rpy file and try again. It could be that you changed the spacing which will screw it up.