Chrisdarock19
Well-Known Member
- Oct 15, 2018
- 1,385
- 1,938
I normally just throw this into Ren'py game to turn on the console.Ronchon gave me answer here for this. If you don't know how to turn on the console, open this file in a text editor (notepad, vim, whatever):
TheNullHypothesis-0.6b-pc/renpy/common/00c1onsole.rpy
and find the line:
config.console = False
and change that to:
config.console = True
Code:
init +1:
python hide:
config.developer = True