I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/00_Functions/scene_controller.rpy", line 147, in script call
call phone_open() from _rcall_phone_open
File "game/Phone/phone_controller.rpy", line 160, in script call
call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Phone/phone.rpy", line 56, in script call
call emily_chat6() from _rcall_emily_chat6
File "game/00_Functions/scene_controller.rpy", line 147, in script call
call phone_open() from _rcall_phone_open
File "game/Phone/phone_controller.rpy", line 160, in script call
call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Phone/phone.rpy", line 56, in script call
call emily_chat6() from _rcall_emily_chat6
ScriptError: could not find label 'emily_chat6'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/00_Functions/scene_controller.rpy", line 147, in script call
call phone_open() from _rcall_phone_open
File "game/Phone/phone_controller.rpy", line 160, in script call
call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Phone/phone.rpy", line 56, in script call
call emily_chat6() from _rcall_emily_chat6
File "renpy/ast.py", line 1444, in execute
rv = renpy.game.context().call(label, return_site=self.next.name)
File "game/00_Functions/scene_controller.rpy", line 147, in script call
call phone_open() from _rcall_phone_open
File "game/Phone/phone_controller.rpy", line 160, in script call
call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Phone/phone.rpy", line 56, in script call
call emily_chat6() from _rcall_emily_chat6
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'emily_chat6'.
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
v5.00
Sat Jul 30 17:36:46 2022
Does somebody knows how to fix this one??