Game keeps crashing when I click cheat in the corner with the following error. this was with a new game not loading old saves btw.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Imagebutton does not have a idle image. (auto=u'buttons/cell_phone_off_button_%s.png').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "lib/windows-i686/storyParts/extraScripts.rpyc", line 520, in script
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\character.py", line 1127, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 3074, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\display\core.py", line 3074, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "0x52/screens.rpy.x52", line 11, in execute
File "0x52/screens.rpy.x52", line 11, in execute
File "0x52/screens.rpy.x52", line 53, in execute
File "0x52/screens.rpy.x52", line 56, in execute
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\ui.py", line 937, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "C:\Users\Gary\Downloads\games\TheAwakening-0.3.3-pc\renpy\ui.py", line 931, 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'buttons/cell_phone_off_button_%s.png').
Windows-8-6.2.9200
Ren'Py 7.2.2.491
0.3.3
Sat May 02 21:57:44 2020
```