if (global.turntimer <= 5) exit; with (obj_purple_enemy) { snd_play_pitch(snd_jump, 1.5); seth_sprite(4411, 1, 0); var _randheight = 40 + irandom(25); scr_lerpvar("y", y, y - _randheight, 10, 2, "out"); scr_var_delayed("siner", 0, 10); scr_script_delayed(scr_lerpvar, 10, "y", y - _randheight, y, 10, 2, "in"); with (instance_create(x - 32, y + 78, obj_bulletparent)) { sprite_index = spr_seth_shadow; image_index = 2; image_speed = 0; image_yscale = 0; image_xscale = 0; image_blend = #3E1616; depth = obj_growtangle.depth - 0.1; scr_lerpvar("image_xscale", 4, 3, 10, 2, "out"); scr_lerpvar("image_yscale", 2, 1.5, 10, 2, "out"); scr_script_delayed(scr_lerpvar, 10, "image_xscale", 3, 4, 10, 2, "in"); scr_script_delayed(scr_lerpvar, 10, "image_yscale", 1.5, 2, 10, 2, "in"); scr_script_delayed(instance_destroy, 20); } if (rope_counter > 3) { scr_var_delayed("idlesprite", 8141, 20); scr_var_delayed("sparesprite", 8141, 20); scr_var_delayed("image_speed", 0.16666666666666666, 20); scr_script_delayed(scr_minishakeobj, 20); } else { scr_var_delayed("idlesprite", 4408, 20); scr_var_delayed("sparesprite", 4408, 20); } var seth_panic; seth_panic[0] = stringsetloc("A-Aqua--%%", "obj_attack_knifechain_manager2_slash_Alarm_1_gml_49_0"); seth_panic[1] = stringsetloc("What are--%%", "obj_attack_knifechain_manager2_slash_Alarm_1_gml_50_0"); seth_panic[2] = stringsetloc("You're--%%", "obj_attack_knifechain_manager2_slash_Alarm_1_gml_51_0"); seth_panic[3] = stringsetloc("Supposed to--%%", "obj_attack_knifechain_manager2_slash_Alarm_1_gml_52_0"); seth_panic[4] = stringsetloc("WE'RE ON THE--%%", "obj_attack_knifechain_manager2_slash_Alarm_1_gml_53_0"); seth_panic[5] = stringsetloc("SAME TEAM--!!%%", "obj_attack_knifechain_manager2_slash_Alarm_1_gml_54_0"); seth_panic[6] = stringsetloc("QUIT IT!!!%%", "obj_attack_knifechain_manager2_slash_Alarm_1_gml_55_0"); msgset_add(seth_panic[rope_counter], x, y - 75, 10, 50, function() { with (obj_battleblcon) side = 0; with (obj_writer) { disablebutton1 = true; disablebutton2 = true; preventcskip = true; } }); rope_counter = scr_approach(rope_counter, 6, 1); seth_balloon(); }