im stuck trying to talk to the teacher to Strat her story line and it keeps coming up with this
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1663, in script call
call expression renpy.random.choice(["kiraroom1"]) from _call_expression_9
File "game/script.rpy", line 1663, in script call
call expression renpy.random.choice(["kiraroom1"]) from _call_expression_9
File "game/charasactions.rpy", line 333, in script
if masaka1_event2 == True:
File "game/charasactions.rpy", line 333, in <module>
if masaka1_event2 == True:
NameError: name 'masaka1_event2' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 1663, in script call
call expression renpy.random.choice(["kiraroom1"]) from _call_expression_9
File "game/script.rpy", line 1663, in script call
call expression renpy.random.choice(["kiraroom1"]) from _call_expression_9
File "game/charasactions.rpy", line 333, in script
if masaka1_event2 == True:
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/charasactions.rpy", line 333, in <module>
if masaka1_event2 == True:
NameError: name 'masaka1_event2' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
DT Remake 0.4
Wed May 24 11:11:07 2023
```
what do i do?