Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_martlet_feather_finale_checker_Destroy_0

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