Undertale script viewer
← back to main script listing
gml_Object_obj_pushrock2_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[32
pushed_rock_2
]
= 1;
7
}