if (!instance_exists(obj_starlo_boss_body)) { instance_destroy() return; } if (obj_starlo_boss_body.damage_disjoint_x != 0) { sprite_index = hurt_sprite return; } if instance_exists(obj_quote_defeat_parent) var text_parent = obj_quote_defeat_parent else text_parent = obj_quote_battle_starlo_parent 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 }