Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_shadowman_sax_bullet_trail_Step_0

(view raw script w/o annotations or w/e)
1
if (freeze)
2
    exit;
3
timer--;
4
if (timer < 0)
5
    instance_destroy();