1 | if (global.sworks_flag[1] < 3) |
2 | { |
3 | instance_create(0, 0, obj_steamworks_metal_sounds); |
4 | instance_create(0, 0, obj_vignette); |
5 | } |
6 | else |
7 | { |
8 | layer_set_visible("conveyor_belts_off", false); |
9 | } |