Undertale Yellow script viewer

← back to main script listing

gml_RoomCC_rm_hotland_complex_1b_4_Create

(view raw script w/o annotations or w/e)
1
if (global.route == 3)
2
{
3
    message[0] = "* (Useless information.)";
4
}
5
else
6
{
7
    message[0] = "* (You notice a ranking sheet on#  the board.)\t";
8
    message[1] = "* Winners of the \"Actually Magma#  Smoothie Challenge\":\t";
9
    message[2] = "* - Pyrope (Fastest time.)\t";
10
    message[3] = "* - Grillby (Calm and#  collected.)";
11
    message[4] = "* - Cinderhead (Struggled but#  finished strong.)";
12
    message[5] = "* - Heats... something (We#  forgot who this was.)";
13
    message[6] = "* - Starlo (Was only trying to#  impress someone.)";
14
    message[7] = "* - Fuku Fire (Most enthusiasm)\t";
15
    message[8] = "* - Know Cone (Transported to a#  hospital. We might be in legal#  trouble.)";
16
}