Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_mazecheese_Step_2

(view raw script w/o annotations or w/e)
1
if (room == room_dw_city_postbaseball_2)
2
{
3
    if (y > 312)
4
        y = 312;
5
}