Could someone explain how exactly to do this from A to Z.
Open the "Another Chance" folder
Open the "Renpy" folder
Open the "Common" folder
Open the "00console" file type "RPY File". If this is the first time, right click it and "open with". Find and select "Notepad"
Press Ctrl+F (or find) and search for "config.console = False"
Change "False" to "True"
Click "File" and then "Save"
Close the file go back 2 folders and start the game
Once you're actually in the game, not the title screen, press "Shift+O"
This is where you enter the commands stated before.
If, for example, you type "mc.intellect" and hit enter, it will tell you the current value. So if it says 3 and you want/need 15, youll type "mc.intellect = 15" and hit enter.
This will change the value from 3 to 15.
You can also change the girls stats. Just type their first name instead of mc
For example "lindsey.love"
This will work for most Renpy games. Sometimes the names are different and youll have to figure them out or search for the admin commands in the thread. Another thing is theyre case sensitive. So if in the file it is listed as "MC.Money" and you type "mc.money" it wont recognize it. I always check the value before I try to change it, to confirm its the right admin command, and also so I dont change the wrong number, to avoid causing glitches.