Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_mail_whale_arrive_Other_4
(
view raw script w/o annotations or w/e
)
1
if (room == rm_snowdin_11_yellow)
2
{
3
palette_index = 0;
4
shader_on = true;
5
}
6
else
7
{
8
shader_on = false;
9
}