How to fix this error?
8[code]
I’m sorry, but an uncaught exception occurred.
While running game code:
File “renpy/common/000statements.rpy”, line 569, in execute_call_screen
TypeError: ‘NoneType’ object has no attribute ‘__getitem__’
Full Traceback ------------------------------------------------------------
Full traceback:
File “1000_base_game/script.rpyc”, line 10, in script call
File “1000_base_game/engine/core.rpyc”, line 30, in script call
File “1000_base_game/game/roaming.rpyc”, line 21, in script
File “renpy/ast.py”, line 2010, in execute
File “renpy/ast.py”, line 1998, in call
File “renpy/statements.py”, line 278, in call
File “renpy/common/000statements.rpy”, line 569, in execute_call_screen
File “renpy/exports.py”, line 3132, in call_screen
File “renpy/ui.py”, line 298, in interact
File “renpy/display\core.py”, line 3276, in interact
File “renpy/display\core.py”, line 4104, in interact_core
File “renpy/display\gesture.py”, line 130, in event
TypeError: ‘NoneType’ object has no attribute ‘__getitem__’
[/code]