Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_encounterbasic_Draw_0

(view raw script w/o annotations or w/e)
1
if (global.chapter == 4 && (global.encounterno == 176 || global.encounterno == 186))
2
{
3
    with (obj_marker)
4
    {
5
        d3d_set_fog(true, c_black, 0, 1);
6
        draw_self();
7
        d3d_set_fog(false, c_black, 0, 0);
8
    }
9
    with (obj_afterimage)
10
        instance_destroy();
11
}