Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_mizzle_spotlight_Step_0

(view raw script w/o annotations or w/e)
1
timer++;
2
if (global.turntimer < 1)
3
{
4
    instance_destroy();
5
    exit;
6
}
7
if (i_ex(obj_heart))
8
    depth = obj_heart.depth + 1;