Deltarune (Chapter 1) script viewer

← back to main script listing

gml_GlobalScript_scr_become_dark

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

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