Undertale script viewer

← back to main script listing

gml_Object_obj_undyneb_body_Destroy_0

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