Undertale script viewer

← back to main script listing

gml_Object_obj_earlystorybattle_Create_0

(view raw script w/o annotations or w/e)
1
if (global.flag[7 true_pacifist] == 1)
2
{
3
    instance_destroy();
4
    exit;
5
}
6
if (global.flag[493 true_pacifist_progression] >= 12)
7
    instance_destroy();
8
con = 0;