Undertale script viewer

← back to main script listing

gml_Script_murdererlv2

(view raw script w/o annotations or w/e)
1
if (global.flag[202 kills_ruins] >= 20 && global.flag[45 status_toriel] == 4)
2
    return 1;
3
else
4
    return 0;