When I try to write the letter for the ministry act 2 "fixin elder wand,part 2", I getting this error
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/mechanics/person_menu.rpy", line 31, in <module>
Exception: Screen return value is not menu_structure.Node instance, got: ('table', 'right')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 111, in script call
File "scripts/plot/plot_menu.rpyc", line 203, in script call
File "scripts/plot/act_2_new/act2_new_menu.rpyc", line 18, in script call
File "scripts/plot/act_2_new/chapter_2/menus.rpyc", line 557, in script call
File "mechanics/person_menu.rpyc", line 31, in script
File "D:\Descargas\jogos\Innocent_Witches-0-10-alpha-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Descargas\jogos\Innocent_Witches-0-10-alpha-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/mechanics/person_menu.rpy", line 31, in <module>
Exception: Screen return value is not menu_structure.Node instance, got: ('table', 'right')
Windows-10-10.0.17763 AMD64
Ren'Py 8.0.1.22070801
Innocent Witches 0.10-alpha
Sat Jun 10 04:08:41 2023
```