1 |
if (global.plot > 105) |
2 |
{ |
3 |
instance_destroy(); |
4 |
} |
5 |
else |
6 |
{ |
7 |
con = 0; |
8 |
image_yscale = 999; |
9 |
mkid = instance_create(260, 275, obj_mkid_actor); |
10 |
undyne = instance_create(260, 100, obj_undynea_actor); |
11 |
undyne.sprite_index = spr_undynea_starku; |
12 |
mkid.sprite_index = spr_mkid_r; |
13 |
papyrus = instance_create(60, 110, obj_papyrus_undyne1_actor); |
14 |
if (global.flag[67 status_papyrus] == 1) |
15 |
{ |
16 |
with (papyrus) |
17 |
visible = false; |
18 |
} |
19 |
stk = instance_create(0, 0, obj_starker); |
20 |
stk.subject = undyne; |
21 |
stk.sprite_index = spr_undyne_shad; |
22 |
} |
23 |
look = 0; |
24 |
spinagain = 0; |
25 |
helltrigger = 0; |