Undertale script viewer

← back to main script listing

gml_Object_obj_ruins_reentrance_Create_0

(view raw script w/o annotations or w/e)
1
if (global.flag[7 true_pacifist] == 1)
2
{
3
    instance_create(x + 3, y + 56, obj_door_s_musfade);
4
}
5
else
6
{
7
    instance_create(35, 150, obj_sul);
8
    instance_create(35, 130, obj_solidsmall);
9
    instance_destroy();
10
}