Deltarune script viewer

← back to main script listing

gml_GlobalScript_scr_become_dark_ch1

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

function scr_become_dark_ch1() { global.darkzone = 1; }
()
2
{
3
    global.darkzone = 1;
4
}