Deltarune script viewer

← back to main script listing

gml_GlobalScript_c_waitcustom_end

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

function c_waitcustom_end() { with (obj_cutscene_master) { cs_wait_custom = 0; waiting = 0; } }
()
2
{
3
    with (obj_cutscene_master)
4
    {
5
        cs_wait_custom = 0;
6
        waiting = 0;
7
    }
8
}