Undertale script viewer

← back to main script listing

gml_Object_obj_goofyrock_Create_0

(view raw script w/o annotations or w/e)
1
phase = 0;
2
myinteract = 0;
3
image_xscale = 1;
4
image_yscale = 1;
5
conversation = 0;
6
pathtravel = 0;
7
if (global.flag[33 pushed_rock_3] == 1)
8
{
9
    x += 60;
10
    conversation = 15;
11
}