Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_martlet_feather_spiral_checker_Destroy_0

(view raw script w/o annotations or w/e)
1
with (obj_battle_enemy_attack_martlet_feather_spiral_explosion)
2
    instance_destroy()
3
with (obj_battle_enemy_attack_martlet_feather_spiral_feather)
4
    instance_destroy()
5
with (obj_battle_enemy_attack_martlet_feather_spiral_target_2_axis)
6
    instance_destroy()
7
with (obj_dialogue_box_battle_transformation_any)
8
{
9
    if (instance_exists(obj_martlet_body) && global.enemy_mode == 5 && global.turns_passed == 4)
10
        script_execute(gml_Script_scr_start_during_attack_dialogue_martlet_pacifist)
11
    else
12
        event_user(0)
13
}