I found few errors while playing there's on of em'
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/interfaces/person_menu.rpy", line 18, in execute
File "game/interfaces/person_menu.rpy", line 18, in execute
File "game/interfaces/person_menu.rpy", line 20, in execute
File "game/interfaces/person_menu.rpy", line 55, in execute
File "game/interfaces/person_menu.rpy", line 57, in execute
TypeError: 'NoneType' object is not iterable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 58, in script call
File "scripts/plot/plot_menu.rpyc", line 23, in script call
File "scripts/plot/plot_menu.rpyc", line 97, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 51, in script call
File "scripts/plot/act_1/act1_menu.rpyc", line 75, in script call
File "scripts/plot/act_1/chapter_4/menus.rpyc", line 224, in script call
File "locations/cabinet/logic.rpyc", line 94, in script call
File "mechanics/person_menu.rpyc", line 34, in script
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\ast.py", line 1911, in execute
self.call("execute")
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\ast.py", line 1899, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\statements.py", line 220, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\exports.py", line 2875, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\display\core.py", line 3074, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\display\core.py", line 3074, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/interfaces/person_menu.rpy", line 18, in execute
File "game/interfaces/person_menu.rpy", line 18, in execute
File "game/interfaces/person_menu.rpy", line 20, in execute
File "game/interfaces/person_menu.rpy", line 55, in execute
File "game/interfaces/person_menu.rpy", line 57, in execute
File "C:\Zombie retreat\Innocent Witches\Innocent_Witches-0.3.1F-pc\renpy\sl2\slast.py", line 1442, in execute
for index, v in enumerate(value):
TypeError: 'NoneType' object is not iterable
Windows-8-6.2.9200
Ren'Py 7.2.2.491
Innocent Witches 0.3.1F
Sat Jul 13 04:09:40 2019
```