Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_cyber_teacup_parallaxer_CleanUp_0

(view raw script w/o annotations or w/e)
1
if (init == 1)
2
{
3
    for (i = 0; i < 8; i++)
4
    {
5
        path_delete(patha[i]);
6
        path_delete(pathb[i]);
7
    }
8
}