Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_tree_Other_21

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