Undertale script viewer

← back to main script listing

gml_Script_scr_deaddog

(view raw script w/o annotations or w/e)
1
if (global.flag[52 status_doggo] == 1 && global.flag[53 status_dogcouple] == 1 && global.flag[54 status_greaterdog] == 1)
2
    return 1;
3
else
4
    return 0;