For those that are getting the error thats stopping the game it's the walkthru/cheat mod that doing it.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/part14.rpy", line 1246, in script
jump part15_info
ScriptError: could not find label 'part15_info'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/part14.rpy", line 1246, in script
jump part15_info
File "renpy/ast.py", line 1711, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 900, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'part15_info'.
Windows-10-10.0.18362
Ren'Py 7.4.1.1270
BadHero 1.6.4p
Thu Feb 25 01:45:57 2021
The first part of part15.rpy file should read
#label part15_info:
#scene warning with d
#show screen warningscreen
#pause
#scene frank_upgrade with d
#pause
#scene patrons with d
#pause
#scene saves with d
#pause
#scene edit with d
#pause
#scene hardcore with d
#pause
#hide screen warningscreen
#pause
label part15_info: this line is not in the mod part15.rpy. Add this line
label part15:
I added this line then reloaded the game and continued on. i don't post much so sorry for the long post .