Undertale script viewer

← back to main script listing

gml_Object_obj_undynetrigger_boss2_Create_0

(view raw script w/o annotations or w/e)
1
image_xscale = 40;
2
con = 0;
3
if (global.plot == 121 && global.entrance == 1)
4
    save = instance_create(220, 660, obj_savepoint);
5
if (global.plot > 121)
6
    save = instance_create(220, 660, obj_savepoint);
7
if (global.entrance == 2)
8
    instance_destroy();
9
if (global.plot > 121)
10
    instance_destroy();
11
musout = 0;