I'm facing the below error, could anyone help me?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/mechanics/phone.rpy", line 103, in <module>
AttributeError: 'NoneType' object has no attribute 'Participants'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/mechanics/movement.rpyc", line 55, in script call
File "scripts/locations/danger_room.rpyc", line 39, in script call
File "scripts/interactions/training/training.rpyc", line 45, in script call
File "scripts/interactions/training/training.rpyc", line 97, in script call
File "scripts/mechanics/phone.rpyc", line 103, in script
File "C:\Users\User\Downloads\TheNullHypothesis-0.3a-pc\TheNullHypothesis-0.3a-pc\renpy\ast.py", line 1411, in execute
label = renpy.python.py_eval(label)
File "C:\Users\User\Downloads\TheNullHypothesis-0.3a-pc\TheNullHypothesis-0.3a-pc\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\User\Downloads\TheNullHypothesis-0.3a-pc\TheNullHypothesis-0.3a-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/mechanics/phone.rpy", line 103, in <module>
AttributeError: 'NoneType' object has no attribute 'Participants'