Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_animation_dx_Step_0

(view raw script w/o annotations or w/e)
1
init = 1;
2
if (animdone)
3
{
4
    timer++;
5
    if (timer >= endtime)
6
        instance_destroy();
7
}