Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_rouxls_helicopter_hitbox_Step_2

(view raw script w/o annotations or w/e)
1
if (global.turntimer < 1)
2
    instance_destroy();
3
if (!i_ex(parentid) || parentid == -1)
4
{
5
    instance_destroy();
6
    exit;
7
}
8
image_angle = parentid.image_angle;
9
depth = parentid.depth - 1;
10
x = parentid.x;
11
y = parentid.y;