Anyone else getting this error?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/400_interaction/410_navigator.rpy", line 216, in script call
call navigate_to(_return[1]) from _call_navigate_to
File "game/400_interaction/410_navigator.rpy", line 243, in script call
call intercept_pre(locID) from _call_intercept_pre
File "game/400_interaction/430_intercepts.rpy", line 60, in script
if not GAME.mc.hasItem("ITMKeyPortalRoom"):
File "game/400_interaction/430_intercepts.rpy", line 60, in <module>
if not GAME.mc.hasItem("ITMKeyPortalRoom"):
File "game/100_core/110_classes.rpy", line 618, in hasItem
if GAME.items[ID] in self.inventory + self.wardrobe:
AttributeError: 'Actor' object has no attribute 'wardrobe'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/400_interaction/410_navigator.rpy", line 216, in script call
call navigate_to(_return[1]) from _call_navigate_to
File "game/400_interaction/410_navigator.rpy", line 243, in script call
call intercept_pre(locID) from _call_intercept_pre
File "game/400_interaction/430_intercepts.rpy", line 60, in script
if not GAME.mc.hasItem("ITMKeyPortalRoom"):
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/400_interaction/430_intercepts.rpy", line 60, in <module>
if not GAME.mc.hasItem("ITMKeyPortalRoom"):
File "game/100_core/110_classes.rpy", line 618, in hasItem
if GAME.items[ID] in self.inventory + self.wardrobe:
AttributeError: 'Actor' object has no attribute 'wardrobe'
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/400_interaction/410_navigator.rpy", line 216, in script call
call navigate_to(_return[1]) from _call_navigate_to
File "game/400_interaction/410_navigator.rpy", line 243, in script call
call intercept_pre(locID) from _call_intercept_pre
File "game/400_interaction/430_intercepts.rpy", line 60, in script
if not GAME.mc.hasItem("ITMKeyPortalRoom"):
File "game/400_interaction/430_intercepts.rpy", line 60, in <module>
if not GAME.mc.hasItem("ITMKeyPortalRoom"):
File "game/100_core/110_classes.rpy", line 618, in hasItem
if GAME.items[ID] in self.inventory + self.wardrobe:
AttributeError: 'Actor' object has no attribute 'wardrobe'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/400_interaction/410_navigator.rpy", line 216, in script call
call navigate_to(_return[1]) from _call_navigate_to
File "game/400_interaction/410_navigator.rpy", line 243, in script call
call intercept_pre(locID) from _call_intercept_pre
File "game/400_interaction/430_intercepts.rpy", line 60, in script
if not GAME.mc.hasItem("ITMKeyPortalRoom"):
File "renpy/ast.py", line 1898, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/400_interaction/430_intercepts.rpy", line 60, in <module>
if not GAME.mc.hasItem("ITMKeyPortalRoom"):
File "game/100_core/110_classes.rpy", line 618, in hasItem
if GAME.items[ID] in self.inventory + self.wardrobe:
AttributeError: 'Actor' object has no attribute 'wardrobe'