Undertale Yellow script viewer

← back to main script listing

gml_RoomCC_rm_hotland_complex_1c_2_Create

(view raw script w/o annotations or w/e)
1
if (global.route == 3)
2
{
3
    message[0] = "* (No response.)";
4
}
5
else
6
{
7
    message[0] = "* Who's there?\t";
8
    message[1] = "* I'm in the middle of robbing#  this nice apartment.\t";
9
    message[2] = "* Come back when I've escaped.";
10
}