1 |
level = 1; |
2 |
bgalpha = 1; |
3 |
block[0] = instance_create(160, 54, obj_solidthin); |
4 |
block[1] = instance_create(160, 77, obj_solidthin); |
5 |
block[2] = instance_create(280, 54, obj_solidthin); |
6 |
block[3] = instance_create(280, 77, obj_solidthin); |
7 |
block[4] = instance_create(83, 90, obj_solidlong); |
8 |
block[5] = instance_create(180, 60, obj_solidsmall); |
9 |
block[6] = instance_create(180, 80, obj_solidsmall); |
10 |
if (global.osflavor == 4) |
11 |
dogdoor = instance_create(212, 57, obj_doorXmusicfade); |
12 |
else |
13 |
dogdoor = -4; |
14 |
with (block[0]) |
15 |
instance_destroy(); |
16 |
with (block[1]) |
17 |
instance_destroy(); |
18 |
with (block[2]) |
19 |
instance_destroy(); |
20 |
with (block[3]) |
21 |
instance_destroy(); |
22 |
with (block[5]) |
23 |
instance_destroy(); |
24 |
with (block[6]) |
25 |
instance_destroy(); |
26 |
if (dogdoor != -4) |
27 |
{ |
28 |
with (dogdoor) |
29 |
instance_destroy(); |
30 |
dogdoor = -4; |
31 |
} |
32 |
fridgex = obj_papfridge.x; |
33 |
fridgey = obj_papfridge.y; |
34 |
sinkx = obj_papsink.x; |
35 |
sinky = obj_papsink.y; |
36 |
initcheck = 0; |
37 |
if (global.flag[88 dated_papyrus] >= 4 && global.flag[283 dated_papyrus2] == 0) |
38 |
global.flag[283 dated_papyrus2] = 1; |