Undertale Yellow script viewer

← back to main script listing

gml_Room_rm_hotland_03b_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
    layer_set_visible("foreground", false)
6
    layer_set_visible("foreground_dark", true)
7
}
8
global.player_can_run = true