if (!i_ex(obj_ch5_LWF02_bg)) var bg = instance_create(0, 0, obj_ch5_LWF02_bg); if (!snd_is_playing(global.currentsong[1])) { global.currentsong[0] = snd_init("festival_night.ogg"); global.currentsong[1] = mus_loop(global.currentsong[0]); mus_volume(global.currentsong[1], 0, 0); mus_volume(global.currentsong[1], 1, 30); } customcon = 0; auto_mode = scr_flag_get(1804) == 2; con = auto_mode ? 0 : 10; blackall = scr_dark_marker(-10, -10, spr_pixel_white); blackall.image_xscale = 999; blackall.image_yscale = 999; blackall.depth = 100; blackall.image_blend = c_black; blackall.visible = auto_mode ? 1 : 0; if (scr_flag_get(1805) >= 4) { con = -1; blackall.visible = 0; } _trigger = instance_create(345, 160, obj_trigger); with (_trigger) { extflag = "convo"; image_xscale = 10; image_yscale = 5; } lose_control = function() { global.interact = 1; kr_actor.x = obj_mainchara.x; kr_actor.y = obj_mainchara.y; kr_actor.sprite_index = obj_mainchara.sprite_index; var su_x = 0; var su_y = 0; var su_sprite = -4; with (obj_caterpillarchara) { if (name == "susie") { su_x = x; su_y = y; su_sprite = sprite_index; } } su_actor.x = su_x; su_actor.y = su_y; su_actor.sprite_index = su_sprite; with (obj_actor) visible = 1; with (obj_caterpillarchara) visible = 0; with (obj_mainchara) visible = 0; }; regain_control = function() { global.interact = 0; global.facing = 0; var kr_x = kr_actor.x; var kr_y = kr_actor.y; obj_mainchara.x = kr_x; obj_mainchara.y = kr_y; obj_mainchara.visible = 1; obj_mainchara.cutscene = 0; var su_x = su_actor.x; var su_y = su_actor.y; with (obj_caterpillarchara) { if (name == "susie") { x = su_x; y = su_y; } scr_caterpillar_interpolate(); visible = 1; } with (obj_actor) visible = 0; }; show_convo = function(arg0) { switch (arg0) { case "convo": scr_flag_set(1805, 4); c_sel(kr); c_facing("r"); c_sel(su); c_sprite(spr_susie_head_down_left); c_msgside("bottom"); c_speaker("susie"); c_msgsetloc(0, "\\ED* Since that day in the closet.../", "obj_ch5_LWF_town_school_slash_Create_0_gml_119_0"); c_msgnextloc("\\EN* Since our first adventure.../", "obj_ch5_LWF_town_school_slash_Create_0_gml_120_0"); c_msgnextloc("\\ER* Kind of feels like..^1. all this has been.../", "obj_ch5_LWF_town_school_slash_Create_0_gml_121_0"); c_msgnextloc("\\ES* Our special..^1. Kris and Susie thing./", "obj_ch5_LWF_town_school_slash_Create_0_gml_122_0"); c_msgnextloc("\\EN* Our thing no one can take away./", "obj_ch5_LWF_town_school_slash_Create_0_gml_123_0"); c_msgnextloc("\\ET* Our secret./", "obj_ch5_LWF_town_school_slash_Create_0_gml_124_0"); c_msgnextloc("\\EA* Our adventures./", "obj_ch5_LWF_town_school_slash_Create_0_gml_125_0"); c_msgnextloc("\\ED* Our thing that's just better/", "obj_ch5_LWF_town_school_slash_Create_0_gml_126_0"); c_msgnextloc("\\E8* If it's just the two of us./", "obj_ch5_LWF_town_school_slash_Create_0_gml_127_0"); c_msgnextloc("\\ES* You..^1. feel the same way^1, right^1, Kris?/%", "obj_ch5_LWF_town_school_slash_Create_0_gml_128_0"); c_talk(); c_wait_box(1); c_sel(su); c_sprite(spr_susie_walk_left_lw_lookback); c_wait_box(2); c_sel(su); c_sprite(spr_susie_walk_up_lw); c_wait_box(3); c_sel(su); c_sprite(spr_susie_head_down_right_more); c_wait_box(4); c_sel(su); c_sprite(spr_susie_walk_up_lw); c_wait_box(5); c_sel(su); c_sprite(spr_susie_head_down_left); c_wait_box(6); c_sel(su); c_sprite(spr_susie_head_down_walk_backwards); c_wait_box(8); c_sel(su); c_sprite(spr_susie_head_down_left); c_wait_talk(); c_wait(30); c_sel(su); c_sprite(spr_susie_walk_up_lw); c_speaker("susie"); c_msgsetloc(0, "\\ET* ..^1. yeah./%", "obj_ch5_LWF_town_school_slash_Create_0_gml_167_0"); c_talk_wait(); if (!auto_mode) { c_pannable(1); c_panobj(kr_actor, 20); c_wait(21); } else { c_var_instance(id, "con", 9); } break; } c_waitcustom(); };