Undertale script viewer

← back to main script listing

gml_Object_obj_pushrock2_Create_0

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