I loaded my game it played fine then I went to the mall and I get this error and if i ignore it i go into a store and if i roll back it is back at the mall and I cannot scroll back to before the loop began.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script04.rpy", line 13600, in script
menu:
File "game/script04.rpy", line 13615, in <module>
"Put some posters up for Miss Titsworthy's campaign (+1hr)" if (principaldeal == True) and (posterup == False):
NameError: name 'posterup' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script04.rpy", line 13600, in script
menu:
File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulgesv0.5-pc\BattleoftheBulges-pc\renpy\ast.py", line 1459, in execute
choice = renpy.exports.menu(choices, self.set)
File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulgesv0.5-pc\BattleoftheBulges-pc\renpy\exports.py", line 828, in menu
if renpy.python.py_eval(condition) ]
File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulgesv0.5-pc\BattleoftheBulges-pc\renpy\python.py", line 1749, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\t_jay\Downloads\PYG\BattleoftheBulgesv0.5-pc\BattleoftheBulges-pc\renpy\python.py", line 1743, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script04.rpy", line 13615, in <module>
"Put some posters up for Miss Titsworthy's campaign (+1hr)" if (principaldeal == True) and (posterup == False):
NameError: name 'posterup' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Battle of the Bulges