- Feb 25, 2022
- 19
- 10
Error received:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 26516, in script
menu:
File "game/script.rpy", line 26577, in <module>
"Go home with Lyndie." if lyndiedeflowered == "1":
NameError: name 'lyndiedeflowered' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 26516, in script
menu:
File "D:\Games\TheAuthor-Ch.7-pc\renpy\ast.py", line 1628, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "D:\Games\TheAuthor-Ch.7-pc\renpy\exports.py", line 956, in menu
condition = renpy.python.py_eval(condition)
File "D:\Games\TheAuthor-Ch.7-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Games\TheAuthor-Ch.7-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 26577, in <module>
"Go home with Lyndie." if lyndiedeflowered == "1":
NameError: name 'lyndiedeflowered' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
TheAuthor Ch.7
Tue Jun 14 14:31:20 2022