Undertale script viewer

← back to main script listing

gml_Object_obj_napstablookfriendtrigger_Create_0

(view raw script w/o annotations or w/e)
1
global.flag[17 menu_disabled] = 0;
2
if (global.flag[389 dated_undyne] == 4)
3
    global.flag[389 dated_undyne] = 5;
4
if (global.plot > 116)
5
{
6
    instance_destroy();
7
    exit;
8
}
9
else
10
{
11
    nap = instance_create(300, 60, obj_damndummy);
12
    nap.sprite_index = spr_napstablook_u;
13
    nap.float = 1;
14
}
15
image_xscale = 5;
16
con = 0;
17
tc = 0;