I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_ep4.rpy", line 342, in script
menu:
File "game/script_ep4.rpy", line 343, in <module>
"Look at her and find out what's going on" if perv > 5:
NameError: name 'perv' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_ep4.rpy", line 342, in script
menu:
File "D:\Games\The_Builder-Episode_4_B1-pc\renpy\ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "D:\Games\The_Builder-Episode_4_B1-pc\renpy\exports.py", line 976, in menu
condition = renpy.python.py_eval(condition)
File "D:\Games\The_Builder-Episode_4_B1-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Games\The_Builder-Episode_4_B1-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script_ep4.rpy", line 343, in <module>
"Look at her and find out what's going on" if perv > 5:
NameError: name 'perv' is not defined
Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
The Builder Episode_4_B1
Thu Oct 20 14:34:45 2022
Can i get a fix on this?