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
    message[0] = "* (A space heater.)"
5
else
6
{
7
    message[0] = "* (Nice and cozy!)"
8
    message[1] = "* (You notice a sticker on the#  heater.)"
9
    message[2] = "* Crafted with love by#  Chujin & Martlet!"
10
}