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
    message[0] = "* (Useless information.)"
3
else
4
{
5
    message[0] = "* (You notice a ranking sheet on#  the board.)	"
6
    message[1] = "* Winners of the \"Actually Magma#  Smoothie Challenge\":	"
7
    message[2] = "* - Pyrope (Fastest time.)	"
8
    message[3] = "* - Grillby (Calm and#  collected.)"
9
    message[4] = "* - Cinderhead (Struggled but#  finished strong.)"
10
    message[5] = "* - Heats... something (We#  forgot who this was.)"
11
    message[6] = "* - Starlo (Was only trying to#  impress someone.)"
12
    message[7] = "* - Fuku Fire (Most enthusiasm)	"
13
    message[8] = "* - Know Cone (Transported to a#  hospital. We might be in legal#  trouble.)"
14
}