Undertale Yellow script viewer

← back to main script listing

gml_RoomCC_rm_hotland_complex_1c_6_Create

(view raw script w/o annotations or w/e)
1
if (global.route == 3)
2
    message[0] = "* (A sign.)"
3
else
4
{
5
    message[0] = "* Caution: Slippery when wet!	"
6
    message[1] = "* Caution: Slippery when dry!	"
7
    message[2] = "* This section of tiling lacks#  friction and we do not know how#  to fix it!"
8
}