Undertale Yellow script viewer

← back to main script listing

gml_Room_rm_steamworks_04c_Create

(view raw script w/o annotations or w/e)
1
if (global.sworks_flag[1] >= 4)
2
    tile_layer_hide(1000003)
3
if (global.sworks_flag[1] < 3)
4
{
5
    instance_create(0, 0, obj_steamworks_metal_sounds)
6
    instance_create(0, 0, obj_vignette)
7
}