if (songplay == 2) { global.currentsong[0] = snd_init("wind_highplace.ogg"); global.currentsong[1] = mus_loop_ext(global.currentsong[0], 0.8, 0.9); songplay = 3; } if (songplay == 1) { snd_free_all(); songplay = 2; } if (songplay == 0) { with (obj_mainchara) visible = 0; songplay = 1; } if (con == 0) { JA_XOFF = 0; con = 1; alarm[0] = 110; } if (con == 1) { y -= 2; image_index = susindex; susindex += 0.2; susy -= 2; global.interact = 1; } if (con == 2) { image_speed = 0; image_index = 0; susindex = 0; con = 3; alarm[0] = 60; } if (con == 4) { con = 5; alarm[0] = 40; JA_XOFF = langopt(0, 50); global.typer = 99; global.msg[0] = stringsetloc("..^1. Kris..^1./", "obj_ch5_DW50_slash_Step_0_gml_55_0"); global.msg[1] = stringsetloc("..^1./", "obj_ch5_DW50_slash_Step_0_gml_56_0"); global.msg[2] = stringsetloc("..^1. just..^1. seal it./%", "obj_ch5_DW50_slash_Step_0_gml_57_0"); instance_create(100 + JA_XOFF, 80, obj_writer); } if (con == 6 && !instance_exists(obj_writer)) { con = 7; alarm[0] = 30; } if (con == 8) { con = 99; snd_free_all(); made = 1; global.plot = 550; instance_create(x + (sprite_width / 2), y + (sprite_width / 2) + 20, obj_darkfountain_event); }