Undertale script viewer

← back to main script listing

gml_Object_obj_pushrock1_Collision_879

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