Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_church_pushableshelf_darklight_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
for (var i = 0; i < array_length(upstairs); i++)
3
{
4
    with (upstairs[i])
5
    {
6
        depth = other.depth - 10;
7
        if (extflag != "inactive")
8
            draw_self();
9
    }
10
}