Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_dunebud_chase_attack_Destroy_0

(view raw script w/o annotations or w/e)
1
if (id_dunebud_particles != -4)
2
{
3
    if (instance_exists(id_dunebud_particles))
4
    {
5
        with (id_dunebud_particles)
6
            instance_destroy();
7
    }
8
}
9
with (id_dunebud_enemy)
10
    event_user(0);