Undertale Yellow script viewer

← back to main script listing

gml_Room_rm_hotland_03_Create

(view raw script w/o annotations or w/e)
1
if (global.hotland_flag[9] >= 3)
2
{
3
    layer_set_visible("Background", false)
4
    layer_set_visible("background_dark", true)
5
}