Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_martlet_feather_circle_checker_Step_2

(view raw script w/o annotations or w/e)
1
if ((!instance_exists(obj_battle_enemy_attack_martlet_feather_circle_feather)) && (!instance_exists(obj_battle_enemy_attack_martlet_genocide_feather_ext_checker)))
2
{
3
    instance_destroy()
4
    return;
5
}