Undertale script viewer

← back to main script listing

gml_Script_scr_enemynpc1

(view raw script w/o annotations or w/e)
1
if (global.plot > 100 && global.flag[203 kills_tundra] == 0)
2
    return 1;
3
else
4
    return 0;