Undertale Yellow script viewer

← back to main script listing

gml_RoomCC_rm_hotland_complex_1_3_Create

(view raw script w/o annotations or w/e)
1
if (global.route == 3)
2
{
3
    message[0] = "* (A memorial.)";
4
}
5
else
6
{
7
    message[0] = "* (There's an inscription on the#  fountain.)";
8
    message[1] = "* Hopes and Dreams\t";
9
    message[2] = "* Built 201X\t";
10
    message[3] = "* (You hear a faint melody#  coming from the statue.)";
11
}