1 |
if (global.flag[67 status_papyrus] == 1) |
2 |
{ |
3 |
instance_destroy(); |
4 |
exit; |
5 |
} |
6 |
dsprite = spr_papyrus_d; |
7 |
usprite = spr_papyrus_u; |
8 |
lsprite = spr_papyrus_l; |
9 |
rsprite = spr_papyrus_r; |
10 |
dtsprite = spr_papyrus_dt; |
11 |
utsprite = spr_papyrus_ut; |
12 |
ltsprite = spr_papyrus_lt; |
13 |
rtsprite = spr_papyrus_rt; |
14 |
myinteract = 0; |
15 |
facing = 0; |
16 |
direction = 270; |
17 |
talkedto = 0; |
18 |
image_speed = 0; |
19 |
fun = 0; |
20 |
con = 0; |
21 |
rid = 0; |
22 |
if (global.flag[88 dated_papyrus] >= 4 && global.flag[7 true_pacifist] == 0) |
23 |
{ |
24 |
instance_create(x, y, obj_papyrus_room); |
25 |
instance_destroy(); |
26 |
} |
27 |
if (global.flag[88 dated_papyrus] != 1) |
28 |
instance_destroy(); |