Undertale script viewer

← back to main script listing

gml_Object_obj_dogringbell_Create_0

(view raw script w/o annotations or w/e)
1
if (global.flag[52 status_doggo] == 1)
2
    instance_destroy();
3
if (global.plot >= 64)
4
{
5
    instance_create(x, y, obj_spagnot);
6
    instance_destroy();
7
}
8
myinteract = 0;
9
conversation = 0;
10
td = 0;