Undertale script viewer

← back to main script listing

gml_Object_obj_shyren_Other_5

(view raw script w/o annotations or w/e)
1
i = 0;
2
repeat (5)
3
{
4
    caster_free(note[i]);
5
    i += 1;
6
}
7
caster_free(longnote[0]);
8
caster_free(longnote[1]);
9
caster_free(badnote[0]);
10
caster_free(badnote[1]);
11
caster_free(badnote[2]);
12
if (killed == 0)
13
    global.flag[27 spared_specific] = 1;