Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_board_lawnmower_Step_2
(
view raw script w/o annotations or w/e
)
1
if (active)
2
{
3
if (i_ex(mysolid))
4
{
5
mysolid.x = x;
6
mysolid.y = y;
7
}
8
}