Undertale script viewer

← back to main script listing

gml_Object_obj_undyne_friendc_Other_4

(view raw script w/o annotations or w/e)
1
if (room == room_castle_prebarrier)
2
{
3
    if (global.flag[7 true_pacifist] == 0)
4
        instance_destroy();
5
}