Keep getting this error, and ignoring it rolls me back a few lines back to the error:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/chapters/chapter 3.rpy", line 949, in script
menu:
File "game/chapters/chapter 3.rpy", line 951, in <module>
"How do we do this?" if choiceflag3_1_1:
NameError: name 'choiceflag3_1_1' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/chapters/chapter 3.rpy", line 949, in script
menu:
File "renpy/ast.py", line 1683, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "renpy/exports.py", line 1028, in menu
condition = renpy.python.py_eval(condition)
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/chapters/chapter 3.rpy", line 951, in <module>
"How do we do this?" if choiceflag3_1_1:
NameError: name 'choiceflag3_1_1' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Food Truck Story Chapter-4-(v0.40)
Fri Sep 17 09:46:39 2021
```