The game crashes at the end of day 0: with this ren'py error and I can't ignore /roll past it:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Day0.rpy", line 4558, in script
jump day001
ScriptError: could not find label 'day001'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Day0.rpy", line 4558, in script
jump day001
File "D:\Mount & Blade logs\Play\1 Quarantina\ADAMandEVEInc-0.1-pc\renpy\ast.py", line 1698, in execute
rv = renpy.game.script.lookup(target)
File "D:\Mount & Blade logs\Play\1 Quarantina\ADAMandEVEInc-0.1-pc\renpy\script.py", line 1103, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day001'.
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
ADAM and EVE Inc 0.1
Tue Sep 17 09:28:01 2024
[/code]