Undertale script viewer

← back to main script listing

gml_Object_obj_pushrock3_Collision_879

(view raw script w/o annotations or w/e)
1
if (push == 0)
2
{
3
    push = 1;
4
    x = xstart + 60;
5
    obj_mainchara.x -= 6;
6
    global.flag[35 pushed_rock_4] = 1;
7
}