Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_chem_04_cabinet_Create_0

(view raw script w/o annotations or w/e)
1
scene = 0;
2
cutscene_timer = 0;
3
if (global.sworks_flag[30] == 1)
4
{
5
    x -= 40;
6
    scene = 5;
7
    layer_x("moving_cabinet", -40);
8
}