- Apr 22, 2021
- 854
- 2,895
Okay, it really seems to have lost its way!Here is the save file. View attachment 2309155
The fix is a little technical, but here it is...
Firstly, you'll need to re-enable the console:
- open the renpy folder
- open the common folder
- open the file 00console.rpy in a text editor
- find the line "config.console = False"
- change it to "config.console = True"
- make sure you don't change the indentation!
Now run the game:
- load your save
- enter "shift-o" to open the console (that's the letter oh, not zero)
- type "jump ch24" (and press enter)
The game should resume correctly from there.
I'll look into your other question about the binarycheckbit function and let you know what I find.