I am getting this error when visiting rachel. does that fix work for this aswell?
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 33, in script call
""
File "game/script.rpy", line 33, in script
""
File "game/npc.rpy", line 33, in execute
screen npc:
File "game/npc.rpy", line 33, in execute
screen npc:
File "game/npc.rpy", line 129, in execute
if location == npc_Rachel.location:
File "game/npc.rpy", line 192, in execute
if npc_Rachel.action == "at_work":
File "game/npc.rpy", line 193, in execute
imagebutton:
Exception: Imagebutton does not have a idle image. (auto=u'rachel/dentist office/rachel work mask_%s.png').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 33, in script call
""
File "game/script.rpy", line 33, in script
""
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1237, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 889, in do_display
**display_args)
File "renpy/character.py", line 635, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/npc.rpy", line 33, in execute
screen npc:
File "game/npc.rpy", line 33, in execute
screen npc:
File "game/npc.rpy", line 129, in execute
if location == npc_Rachel.location:
File "game/npc.rpy", line 192, in execute
if npc_Rachel.action == "at_work":
File "game/npc.rpy", line 193, in execute
imagebutton:
File "renpy/ui.py", line 951, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "renpy/ui.py", line 945, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'rachel/dentist office/rachel work mask_%s.png').
Windows-10-10.0.19041
Ren'Py 7.4.10.2164n
Double Perception 4.6
Mon Feb 10 13:59:10 2025
```