- May 28, 2017
- 1
- 2
code for 0.09a is "boxingdish" for those of you curious how to get it in all future versions just open up archive.rpa in a text editor (notepad++ works pretty well with .rpa files) and search for "code" after some selective searching you should find a line of code that looks like this:
"Enable Phone Cheats" if cheat_on == 2:
$ secret_code_1 = ("boxingdish")
$ player_try = renpy.input("Enter the code")
and the rest is self explanitory.
"Enable Phone Cheats" if cheat_on == 2:
$ secret_code_1 = ("boxingdish")
$ player_try = renpy.input("Enter the code")
and the rest is self explanitory.