Deltarune (Chapter 5) script viewer

← back to main script listing

gml_GlobalScript_ralseiHatState

(view raw script w/o annotations or w/e)
1
function ralseiHatState()
2
{
3
    var hatted = false;
4
    if (global.plot >= 230 && global.plot < 295)
5
        hatted = true;
6
    return hatted;
7
}