Undertale script viewer

← back to main script listing

gml_Object_obj_6glove_boss_Destroy_0

(view raw script w/o annotations or w/e)
1
for (i = 0; i < maxnum; i += 1)
2
{
3
    if (instance_exists(glove[i]))
4
    {
5
        with (glove[i])
6
            instance_destroy();
7
    }
8
}