Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_scr_script_repeat_stop

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

function
scr_script_repeat_stop()
{ var _myid = id; with (obj_script_delayed) { if (target == _myid) { max_time = -300; alarm[0] instance_destroy(); } } }
()
2
{
3
    var _myid = id;
4
    with (obj_script_delayed)
5
    {
6
        if (target == _myid)
7
        {
8
            max_time = -300;
9
alarm[0]
10
            instance_destroy();
11
        }
12
    }
13
}