Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_final_forme_hitbox_Step_2

(view raw script w/o annotations or w/e)
1
if (instance_exists(obj_sneo_final_forme))
2
{
3
    parent = obj_sneo_final_forme;
4
    x = parent.x;
5
    y = parent.y;
6
}
7
if (instance_exists(obj_sneo_lastattack))
8
    instance_destroy();