Jacksein

New Member
Aug 14, 2021
2
0
Does anyone else get an error at the end of the mission with a beautiful motive?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/1000_base_game/script.rpy", line 10, in script call
    call main_loop
  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/script.rpy", line 10, in script call
    call main_loop
  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.26100
Ren'Py 7.4.4.1439
Another Chance v1.49
Sat Feb  8 03:12:18 2025
 
3.80 star(s) 182 Votes