Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_o_fallingqueen_Step_0

(view raw script w/o annotations or w/e)
1
if (i_ex(dive_hitbox))
2
    dive_hitbox.y = y - 20;
3
if (y >= 780)
4
{
5
    with (dive_hitbox)
6
        instance_destroy();
7
    instance_destroy();
8
}