Getting this error
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/miaroom.rpy", line 1979, in script
menu:
File "game/miaroom.rpy", line 1980, in <module>
"About birthday" if (miasbdbuz == 1) and (miasbdmom == 1) and (miasgift == 2) and (miascool1 == 23):
NameError: name 'miasbdbuz' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/miaroom.rpy", line 1979, in script
menu:
File "D:\Ex0003428824\Microsoft^system\View_of_family-0.1.2-pc\renpy\ast.py", line 1531, in execute
choice = renpy.exports.menu(choices, self.set)
File "D:\Ex0003428824\Microsoft^system\View_of_family-0.1.2-pc\renpy\exports.py", line 874, in menu
if renpy.python.py_eval(condition) ]
File "D:\Ex0003428824\Microsoft^system\View_of_family-0.1.2-pc\renpy\python.py", line 1943, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Ex0003428824\Microsoft^system\View_of_family-0.1.2-pc\renpy\python.py", line 1936, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/miaroom.rpy", line 1980, in <module>
"About birthday" if (miasbdbuz == 1) and (miasbdmom == 1) and (miasgift == 2) and (miascool1 == 23):
NameError: name 'miasbdbuz' is not defined
Windows-8-6.2.9200
Ren'Py 7.0.0.196
View of family 0.1.2
Wed Dec 05 06:24:55 2018