if (scr_is_switch_os()) instance_create_depth(0, 0, 0, obj_switchAsyncHelper); con = 0; timer = 0; bgm = -1; bgm_pos = 0; debug_force_nofiles = false; skip_time = 10; skip_safety = 0; snd_free_all(); var CH = string(global.chapter); files_exist = ossafe_file_exists("filech" + CH + "_0") || ossafe_file_exists("filech" + CH + "_1") || ossafe_file_exists("filech" + CH + "_2") || ossafe_file_exists("filech" + CH + "_3"); init = 0; type = 0; room_center_x = room_width * 0.5; room_center_y = room_height * 0.5; logo_heart = scr_marker(room_center_x, room_center_y, IMAGE_LOGO_CENTER_HEART_SEPARATED); logo_heart.image_alpha = 0; logo_heart.depth = 19800; logo_heart.image_xscale = 2; logo_heart.image_yscale = 2; logo_all = scr_marker(room_center_x, room_center_y, IMAGE_LOGO_CENTER_HEART_SEPARATED); logo_all.image_alpha = 0; logo_all.image_index = 1; logo_all.depth = 19900; logo_all.image_xscale = 2; logo_all.image_yscale = 2; logo_prophecy = scr_marker(room_center_x, room_center_y + 60, spr_dw_church_prophecy_final_icon_w); logo_prophecy.image_alpha = 0; logo_prophecy.image_index = 0; logo_prophecy.depth = 19900; logo_prophecy.image_xscale = 2; logo_prophecy.image_yscale = 2; prophecy_effect = instance_create_depth(0, 0, 19850, obj_texturescroller_prophecy); prophecy_effect.tile_object = logo_all; prophecy_effect.image_alpha = 0; prophecy_effect.intro_mode = true; prophecy_effect_scroll_speed = 2; prophecy_effect.scroll_speed = prophecy_effect_scroll_speed; black_all = scr_marker(0, 0, spr_pixel_white); black_all.image_blend = c_black; black_all.depth = -999; black_all.image_xscale = 500; black_all.image_yscale = 500; black_all.visible = false; black_all.image_alpha = 1; chapter4_text_alpha = 0; break_noise = snd_init("ch4_first_intro_breaking.ogg");