Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b2d_dungeoncorner_Other_21

(view raw script w/o annotations or w/e)
1
if (x >= 128 && x <= 512 && y >= 64 && y <= 320)
2
    active = 1;
3
else
4
    active = 0;