the error is not allowing, I've tried to ignore and scroll up but it doesn't work, It looks like there are two mistakes.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/1000_base_game/engine/core.rpy", line 34, in script call
call expression _return[0] pass (*_return[1]) from _call_expression_12
File "game/1000_base_game/game/characters/lindsey/season_1/q_lindsey_motive.rpy", line 1407, in script
python:
File "game/1000_base_game/game/characters/lindsey/season_1/q_lindsey_motive.rpy", line 1424, in <module>
lindsey.add_message_to_history("mer", mer, "Hi, [lindsey]!", day=break_in_day, hour=8)
NameError: name 'break_in_day' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/1000_base_game/engine/core.rpy", line 34, in script call
call expression _return[0] pass (*_return[1]) from _call_expression_12
File "game/1000_base_game/game/characters/lindsey/season_1/q_lindsey_motive.rpy", line 1407, in script
python:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/1000_base_game/game/characters/lindsey/season_1/q_lindsey_motive.rpy", line 1424, in <module>
lindsey.add_message_to_history("mer", mer, "Hi, [lindsey]!", day=break_in_day, hour=8)
NameError: name 'break_in_day' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Another Chance v1.51
Tue Apr 29 18:46:58 2025
[/code]