haven't actually gotten very far in, and it does seem alright so far, but there's an error when choosing the option of "Uh... sure I'll date you I guess." during the first interaction with lily. it gives the error "ScriptError: could not find label 'dateg'. here's the full traceback.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1750, in script
jump dateg
ScriptError: could not find label 'dateg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 1750, in script
jump dateg
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'dateg'.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Love Me Not
Thu Jul 7 19:49:34 2022
[/code]
sorry if there's a different intended place for bug submissions, but i thought that this should come to your attention.