Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_heater_snowdin_14b_overworld_yellow_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
depth = -y;
3
if (global.route == 3)
4
{
5
    message[0] = "* (A space heater.)";
6
}
7
else
8
{
9
    message[0] = "* (Nice and cozy!)";
10
    message[1] = "* (You notice a sticker on the#  heater.)";
11
    message[2] = "* Crafted with love by#  Chujin & Martlet!";
12
}