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; |