Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_darkshape_manager_Step_0

(view raw script w/o annotations or w/e)
1
timer++;
2
if (global.turntimer <= 0)
3
{
4
    its_time = true;
5
    instance_destroy();
6
}
7
if (!its_time)
8
    pattern_to_use();