how does one access the console commands for the game?
Money Cheat
I am sure this has been mentioned by now... but just in case
To open console in Renpy games without special software(not too difficult if you can download and unzip them)
Open the game directory, you should see a folder marked "renpy"
within that folder, is another marked "common"
alphabetically within the list of files are two files: 00console.rpy and 00console.rpyc. You want the first one, 00console.rpy. Open it with a text file reader (notepad, or wordpad work fine, and I believe come standard with "windows" Wordpad is slightly easier to work with, and is searchable).
The file starts with a lot of remark lines, either search for the term "config.console", or scroll down about 70 lines until you see
# If true, the console is enabled despite config.developer being False.
config.console = False
Change "False" to "True" (yes, the capital letter matters), then save the file.
When playing the game, hold down the "shift" key, and press the letter "o", to open console
Console commands change due to various programmers who are using the Renpy program to make their game.
You CAN break your game by changing variables the programmer doesn't expect to reach the values you enter.
For this game, the author has mentioned that the command
Storydict["money"] = 1000
will change your money to 1000 (or whatever you choose)
Only use it AFTER Junior has disabled your bank account because of Wade, and you have to work (or you might mess things up with your game)
You can only buy 10 shares of Beuno (two promotions) in version .3, and are still only making 55 gold a session, and approx 20 gold for dividends. Due to a programming bug (?), you can supervise kim/dominique at evening after working your shift, and still earn full salary.