Undertale script viewer

← back to main script listing

gml_Object_obj_cookshowevent_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
image_yscale = 5;
3
if (global.plot > 134)
4
{
5
    instance_destroy();
6
}
7
else
8
{
9
    obj_mainchara.cutscene = 1;
10
    view_yview[0] = 240;
11
    instance_create(0, 0, obj_musfadeout);
12
    view_object[0] = -4;
13
}
14
yoffset1 = 240;