I use the Apparition Potion to find the catalogue at night, but when I use it, some error messages happened.
There are three , and I can ignore two of them.
But cannot ignore the last one.
Anyone who knows how to solve this problem??
I'm sorry, but an uncaught exception occurred.
Compiling ATL code at game/scripts/plot/act_1/chapter_5/menus.rpy:2862
File "game/IWscripts/class_Location.rpy", line 101, in __call__
File "game/IWscripts/AssistantFunctions.rpy", line 95, in show_image
NameError: name 'xpos' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 63, in script call
File "scripts/plot/plot_menu.rpyc", line 187, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 49, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 389, in script call
File "mechanics/inventory.rpyc", line 142, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 2748, in script call
File "scripts/plot/act_1/chapter_5/menus.rpyc", line 2925, in script
File "game/modules/locations.rpym", line 91, in execute
choice = location(zone_props, *images.items(), **zones)
File "game/IWscripts/class_Location.rpy", line 101, in __call__
File "game/IWscripts/AssistantFunctions.rpy", line 95, in show_image
File "renpy/exports.py", line 770, in show
sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
File "renpy/display/core.py", line 1105, in add
if not self.hide_or_replace(layer, remove_index, "replaced"):
File "renpy/display/core.py", line 1159, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "renpy/display/transform.py", line 628, in _hide
self.update_state()
File "renpy/display/transform.py", line 890, in update_state
fr = self.execute(self, self.st, self.at)
File "renpy/atl.py", line 542, in execute
block = self.compile()
File "renpy/atl.py", line 510, in compile
block = self.atl.compile(self.context)
File "game/modules/ATL.rpym", line 91, in compile
statements = [ i.compile(ctx) for i in self.statements ]
File "renpy/atl.py", line 953, in compile
value = ctx.eval(expr)
File "renpy/atl.py", line 260, in eval
return eval(expr, renpy.store.__dict__, self.context) # @UndefinedVariable
File "<string>", line 1, in <module>
NameError: name 'xpos' is not defined