Undertale script viewer

← back to main script listing

gml_Object_obj_monsterkidtrigger1_Create_0

(view raw script w/o annotations or w/e)
1
if (global.plot > 103)
2
{
3
    with (obj_townnpc_monsterkid1)
4
        instance_destroy();
5
    instance_destroy();
6
}
7
else
8
{
9
    conversation = 0;
10
    image_yscale = 999;
11
}