Whilst talking to Carolina and choosing a favour or date, I chose a date and then soon after this error appeared -
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 34083, in script
menu:
File "game/script.rpy", line 34103, in <module>
"Suggest Brittani." if brirel == 0 or brirel == 1 and bri_fear == False :
NameError: name 'bri_fear' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 34083, in script
menu:
File "J:\Games\FriendsinNeed-pc\renpy\ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "J:\Games\FriendsinNeed-pc\renpy\exports.py", line 976, in menu
condition = renpy.python.py_eval(condition)
File "J:\Games\FriendsinNeed-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "J:\Games\FriendsinNeed-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 34103, in <module>
"Suggest Brittani." if brirel == 0 or brirel == 1 and bri_fear == False :
NameError: name 'bri_fear' is not defined
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Friends in Need
Fri Apr 28 13:50:54 2023
```
I can ignore and move through it but wondered the Suggest Brittani option I can see in there? Was it to appear?