Deltarune (Chapter 4) 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 = id, arg1)
{ with (instance_create_depth(0, 0, 0, obj_doom)) { alarm[0] target = arg0; persistent = arg0.persistent; } }
(arg0 = id, arg1)
2
{
3
    with (instance_create_depth(0, 0, 0, obj_doom))
4
    {
5
alarm[0]
6
        target = arg0;
7
        persistent = arg0.persistent;
8
    }
9
}