```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/myscreens.rpy", line 20, in execute
File "game/myscreens.rpy", line 20, in execute
File "game/myscreens.rpy", line 21, in execute
File "game/myscreens.rpy", line 22, in execute
Exception: Imagebutton does not have a idle image.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "room1.rpyc", line 206, in script
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\ast.py", line 1628, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\exports.py", line 990, in menu
rv = renpy.store.menu(new_items)
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\exports.py", line 1226, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/myscreens.rpy", line 20, in execute
File "game/myscreens.rpy", line 20, in execute
File "game/myscreens.rpy", line 21, in execute
File "game/myscreens.rpy", line 22, in execute
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\ui.py", line 946, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "D:\ERIK W\MEGAsync Downloads\ExchangeStudent-040a-pc\ExchangeStudent-0.4.0.a-pc\renpy\ui.py", line 942, in choice
raise Exception("Imagebutton does not have a %s image." % (name, ))
Exception: Imagebutton does not have a idle image.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Exchange Student 0.4.0.a
Mon May 11 10:15:23 2020
```