Undertale script viewer

← back to main script listing

gml_Object_obj_pushrock1_Create_0

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