Deltarune script viewer

← back to main script listing

gml_GlobalScript_scr_doom

(view raw script w/o annotations or w/e)
1
function scr_doom
scr_doom

function scr_doom(arg0, arg1) { with (instance_create_depth(0, 0, 0, obj_doom)) {alarm[0] target = arg0; } }
(arg0, arg1)
2
{
3
    with (instance_create_depth(0, 0, 0, obj_doom))
4
    {
5
alarm[0]
6
        target = arg0;
7
    }
8
}