My game keeps crashing. It's right after the scenario where Daisy has the maid outfit on, and you just finished eating. I get the phrase "When she walked off to the bathroom, my eyes followed her." then I get an error message that says:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/day3noon.rpy", line 1899, in <module>
NameError: name 'lovescore' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "day3noon.rpyc", line 1899, in script
File "renpy/ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/day3noon.rpy", line 1899, in <module>
NameError: name 'lovescore' is not defined
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Herheartsdesire 1.06
Sun Jul 23 20:58:24 2023
```
And the game won't progress past that.