Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shadow_mantle_dash_hitbox_Step_0

(view raw script w/o annotations or w/e)
1
if (!i_ex(obj_shadow_mantle_enemy))
2
{
3
    instance_destroy();
4
    exit;
5
}
6
timer++;
7
if (timer == 3)
8
    instance_destroy();