Undertale Yellow script viewer

← back to main script listing

gml_RoomCC_rm_steamworks_chem_03_10_Create

related scripts: 0_Create10_Create 11_Create12_Create13_Create14_Create15_Create1_Create2_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] = "* (An old machine.)";
4
}
5
else
6
{
7
    message[0] = "* (You spot a note on the#  machine.)\t";
8
    message[1] = "* Radiator out of order due to#  releasing lethal radiation for#  several weeks.\t";
9
    message[2] = "* If you die within the next#  year, please do not sue.";
10
}