Asked a few months back and don't think ever got an answer, anyone know what the money/gold console command is in this game now?
After enabling the console by going to
WiZarD-x.x.x.x-pc\renpy\common\00console.rpy, searching for the line
config.console = and setting the value after that line to
True, you can start the game,
look at your gold amount (mine was 984 for example, and will be different for you), press Shift + O to open the console and run this line in the console:
[k for k in dir() if type(globals()[k]) == int and globals()[k] == 984]
In English: "For each object in all objects, if that object is of type 'int' and has a value of 984, put the name of that object in a list"
The name that came up was this: gg_gold_coin