Open "<NCC folder>\renpy\common\00console.rpy". Search for "config.console = False" and replace with "config.console = True". At eny time in the game you can now hit "Shift+o" and just enter "beass" or "bepro" (or any other variable name) followed by "Enter" to find out the currrent value.Thanks. In the rpy files i se how the MC's choises changes the bepro or ass. I would like to know, if there it is possible to se the MC's accumulatet stats at a given moment.
You can use "$ <variable> = <value>" or "$ <variable> += <value> to change the values and see the differences if you want - but I would change them back to what the were beforehand so you don't possibly break anything.
ESC quits the console.
Last edited: