For some reason, I got the followin error when Cho gets closer to Hermione during the first quiddich match:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/characters/cho/summon.rpy", line 29, in script call
call cho_summon_setup
File "game/scripts/characters/cho/summon.rpy", line 29, in script call
call cho_summon_setup
File "game/scripts/characters/cho/events/quidditch/hufflepuff_match.rpy", line 951, in script
cho "Hey, Granger!" ("open", "narrow", "angry", "L", xpos=580, ypos=-200, trans=d3)
File "game/scripts/characters/cho/common.rpy", line 108, in cho
renpy.store.cho.show()
File "game/scripts/doll/main.rpy", line 58, in show
renpy.show(name=self.tag, at_list=at_list, layer=self.layer, what=self.get_image(), zorder=self.zorder)
TypeError: 'RevertableList' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/characters/cho/summon.rpy", line 29, in script call
call cho_summon_setup
File "game/scripts/characters/cho/summon.rpy", line 29, in script call
call cho_summon_setup
File "game/scripts/characters/cho/events/quidditch/hufflepuff_match.rpy", line 951, in script
cho "Hey, Granger!" ("open", "narrow", "angry", "L", xpos=580, ypos=-200, trans=d3)
File "renpy/ast.py", line 901, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1373, in say
who(what, *args, **kwargs)
File "game/scripts/characters/cho/common.rpy", line 108, in cho
renpy.store.cho.show()
File "game/scripts/doll/main.rpy", line 58, in show
renpy.show(name=self.tag, at_list=at_list, layer=self.layer, what=self.get_image(), zorder=self.zorder)
File "renpy/exports.py", line 698, in show
img = i(img)
TypeError: 'RevertableList' object is not callable
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.0.22062402
Witch Trainer Silver 1.43.2
Sun Oct 9 15:14:35 2022
Please Help