con = -1; customcon = 0; noelle_marker = -4; trash_marker = -4; if (global.plot == 100) { if (scr_debug()) { with (obj_mainchara) cutscene = 1; obj_mainchara.x = 370; obj_mainchara.y = 150; with (obj_mainchara) cutscene = 0; if (scr_havechar("noelle")) { scr_losechar(); scr_setparty(1); } } if (!snd_is_playing(global.currentsong[1])) { global.currentsong[0] = snd_init("mus_birdnoise.ogg"); global.currentsong[1] = mus_loop_ext(global.currentsong[0], 1, 1); } noelle_marker = scr_marker(116, 206, spr_noelle_walk_down_lw); with (noelle_marker) scr_depth(); if (scr_flag_get(1322) == 1) { var _target = -4; with (obj_caterpillarchara) { if (name == "susie") _target = id; } trash_marker = instance_create(_target.x + 2, _target.y - 2, obj_susie_dust); with (trash_marker) stick_to(_target, -10); } con = 0; } else { instance_destroy(); }