Bibifoc prolly knows how to fix this, but just an uneducated guess from me;
While running game code:
File "renpy/common/00start.rpy", line 167, in script
jump expression _in_replay
ScriptError: could not find label
'ay11_Opera_evening'.
This should surely be
'Day11_Opera_evening', no?
Full traceback:
File "renpy/common/00start.rpy", line 167, in script
jump expression _in_replay
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\A Wife And Mother\Main Game\A_Wife_And_Mother_CE-0.190-win\renpy\ast.py", line 1974, in execute
rv = renpy.game.script.lookup(target)
File "G:\Entertainment\CGGs (Computer Generated Games)\RenPy\Miscellaneous\A Wife And Mother\Main Game\A_Wife_And_Mother_CE-0.190-win\renpy\script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label
'ay11_Opera_evening'.
Same here. No clue if that's what's causing the error for you or what, but it seems wrong.