Undertale script viewer

← back to main script listing

gml_Script_scr_enemynpc2

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