Please help me. I can't find a way to gain some money.
I've seached money variable in ren'py saveeditor too but i don't find it neither
1.
in "renpy game xxx" folder enter /game folder. create file "options.rpy"
type this text in it --
init -1:
python hide:
config.developer = True
--save and exit.
*Important!!!!! second line needs 4 spaces before python hide:
Third line needs 8 spaces before config.developer = True*
2.
Go to "Renpy game xxx"/ Renpy / Common / 00console.rpy
ctrl+f and enter config.console
Set config.console variable to True
Example..... config.console = True
Save file
3.
in game press shift O (letter)
4.
type in"money=XXXXXXX"
Done