Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_ch4_DCA10_Create_0

(view raw script w/o annotations or w/e)
1
con = -1;
2
customcon = 0;
3
if (global.plot >= 185 && global.plot < 190)
4
{
5
    con = 0;
6
    paper_marker = 
scr_dark_marker
scr_dark_marker

function
scr_dark_marker(arg0, arg1, arg2)
{ thismarker = instance_create(arg0, arg1, obj_marker); with (thismarker) { sprite_index = arg2; image_speed = 0; image_xscale = 2; image_yscale = 2; } return thismarker; }
(518, 810, spr_gerson_paper_floor);
7
    with (paper_marker)
8
        depth = 91260;
9
    paper_marker.visible = 0;
10
}
11
else
12
{
13
    instance_destroy();
14
}