if (!instance_exists(obj_starlo_boss_body)) { instance_destroy(); exit; } if (obj_starlo_boss_body.damage_disjoint_x != 0) { sprite_index = hurt_sprite; exit; } var text_parent; if (instance_exists(obj_quote_defeat_parent)) text_parent = 2961; else text_parent = 2782; if (instance_exists(text_parent) && instance_exists(obj_quote_bubble_battle)) { if (sprite_index != text_parent.portrait_head[text_parent.message_current]) sprite_index = text_parent.portrait_head[text_parent.message_current]; } else { sprite_index = head_sprite; } if (instance_exists(text_parent) && instance_exists(obj_quote_bubble_battle)) { if (text_parent.can_talk == true) { if (can_talk_no_loop == false) { image_index = 1; can_talk_no_loop = true; } image_speed = global.text_speed * global.talk_speed_martlet * text_parent.hold; } else { can_talk_no_loop = false; image_speed = 0; image_index = 0; } } else { can_talk_no_loop = false; image_speed = 0; image_index = 0; }