con = -1; customcon = 0; wind_sound = -4; if (global.plot < 300) { wind_sound = snd_loop(snd_strongwind_loop); snd_volume(wind_sound, 0, 0); mus_fade(global.currentsong[1], 30); } else { scr_musicer("cliff_jump_ambience.ogg"); with (obj_doorAny) { if (doorEntrance == 3) x += 640; } with (instance_create(0, 0, obj_camera_clamper)) { xmin = 680; image_xscale = 100; image_yscale = 100; } } if (global.plot < 300) { con = 0; blackall = scr_marker(0, 0, spr_whitepixel); blackall.depth = -9999; blackall.image_xscale = room_width; blackall.image_yscale = room_height; blackall.image_blend = c_black; aspos = findspriteinfo(spr_asgore_walk_down_dw, "DEBUG_ASSETS"); hugpos = findspriteinfo(spr_asgore_flowery_hug, "DEBUG_ASSETS"); flpos = findspriteinfo(spr_flowery_walk_downleft, "DEBUG_ASSETS"); krpos = findspriteinfo(spr_debug_krmarker, "DEBUG_ASSETS"); rapos = findspriteinfo(spr_debug_ramarker, "DEBUG_ASSETS"); supos = findspriteinfo(spr_debug_sumarker, "DEBUG_ASSETS"); yepos = findspriteinfo(spr_yellow_hat_downright, "DEBUG_ASSETS"); fallingstarpos = findspriteinfo(spr_fallingstar, "DEBUG_ASSETS"); fallingstar = scr_dark_marker(fallingstarpos.x, fallingstarpos.y, spr_fallingstar); fallingstar.image_speed = 0.2; asgore_flowery_hug = scr_dark_marker(hugpos.x, hugpos.y, spr_asgore_flowery_hug); asgore_flowery_hug.image_index = 1; campos_x = 120; } else { con = -99; if (wind_sound != -4) { snd_volume(wind_sound, 0.15, 70); snd_pitch(wind_sound, 0.75); } }