Undertale Yellow script viewer

← back to main script listing

gml_RoomCC_rm_dunes_30_1_Create

related scripts: 0_Create10_Create11_Create12_Create13_Create14_Create15_Create16_Create17_Create18_Create19_Create1_Create 2_Create3_Create4_Create5_Create6_Create7_Create8_Create9_Create

(view raw script w/o annotations or w/e)
1
if (global.route == 3)
2
{
3
    message[0] = "* (You stare into the water and#  see someone.)";
4
}
5
else
6
{
7
    message[0] = "* (Your reflection sparkles and#  distorts in the pool of water.)";
8
    message[1] = "* (You notice a high-tech#  filtration system keeping it#  drinkable.)";
9
}