WHO CAN HELP ME ?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/00_Functions/scene_controller.rpy", line 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
File "game/00_Functions/scene_controller.rpy", line 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
ScriptError: could not find label 'morris_chat1'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/00_Functions/scene_controller.rpy", line 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
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 100, in script call
call process_hooks("enter_scene", scene_name) from _call_process_hooks_13 #хук вызывается после входа на сцену и отрисовки (как autorun)
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 64, in script call
call process_hooks("before_sleep_actions", "global") from _rcall_process_hooks_56
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 70, in script call
call process_hooks("sleep", "global") from _rcall_process_hooks_58
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Characters/Bed_Management.rpy", line 75, in script call
call changeDayTime("morning") from _rcall_changeDayTime_35
File "game/00_Functions/06_init_python_user.rpy", line 73, in script call
call expression "changeDayTime_" + day_time + "_hooks"
File "game/00_Functions/06_init_python_user.rpy", line 140, in script call
call process_hooks("change_time_morning", "global") from _rcall_process_hooks_4
File "game/00_Functions/hooks_controller.rpy", line 405, in script call
call expression label_name from _call_expression_5 #вызов хука
File "game/Quests/MLS/EP1_10/EP110_Quests.rpy", line 61, in script call
call ep10_dialogues3_college_morris_1() from _rcall_ep10_dialogues3_college_morris_1
File "game/Quests/MLS/EP1_10/ep10_dialogues3_college_morris.rpy", line 31, in script call
call phone_outgoing_call("Morris", "morris_chat1") from _rcall_phone_outgoing_call_25
File "game/Phone/phone_controller.rpy", line 139, in script call
call expression outgoing_chat_name
File "renpy/script.py", line 910, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'morris_chat1'.
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Season-1
Wed May 31 17:27:42 2023