Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_giantrock_yellow_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited()
2
if (global.route != 3)
3
{
4
    message[0] = "* (It's a big and imposing rock.)"
5
    message[1] = "* (It seems to be perfectly#  blocking the cave entrance.)"
6
    message[2] = "* (Passing looks impossible for#  the time being.)"
7
    message_length = 3
8
}
9
else
10
{
11
    message[0] = "* (An annoying boulder blocks the#  cave.)"
12
    message_length = 1
13
}
14
depth = (-y)