1 |
t = 0; |
2 |
image_yscale = 5; |
3 |
donotcall = 0; |
4 |
if (room == room_water5 && global.plot > 106) |
5 |
instance_destroy(); |
6 |
if (room == room_water12 && global.flag[354 conversation_papyrus_calls] > 0) |
7 |
instance_destroy(); |
8 |
if (room == room_water_undynefinal3 && global.flag[354 conversation_papyrus_calls] > 1) |
9 |
instance_destroy(); |
10 |
if (room == room_fire6 && global.plot > 129) |
11 |
instance_destroy(); |
12 |
if (room == room_fire_lasers1 && global.plot > 130) |
13 |
instance_destroy(); |
14 |
if (room == room_fire7 && global.plot > 131) |
15 |
instance_destroy(); |
16 |
if (room == room_fire8 && global.flag[373 laser2_off] == 1) |
17 |
{ |
18 |
obj_bluelaser_o.active = 2; |
19 |
instance_destroy(); |
20 |
} |
21 |
if (room == room_fire10 && global.plot > 138) |
22 |
instance_destroy(); |
23 |
if (room == room_fire_turn && global.plot >= 133.5) |
24 |
instance_destroy(); |
25 |
if (room == room_fire_savepoint1 && global.plot >= 137) |
26 |
instance_destroy(); |
27 |
if (room == room_fire_precore && global.plot > 175) |
28 |
instance_destroy(); |
29 |
if (room == room_fire_core1 && global.plot > 176) |
30 |
instance_destroy(); |
31 |
if (room == room_fire_core2 && global.flag[415 got_alphys_advice2] == 1) |
32 |
instance_destroy(); |
33 |
if (room == room_fire_core2 && global.plot > 180) |
34 |
instance_destroy(); |
35 |
if (room == room_fire_core4 && global.plot >= 180) |
36 |
instance_destroy(); |
37 |
if (room == room_fire_core5 && global.plot > 181) |
38 |
instance_destroy(); |
39 |
if (room == room_fire_core_laserfun && global.plot > 182) |
40 |
instance_destroy(); |
41 |
if (room == room_fire_core_branch && global.plot > 184) |
42 |
instance_destroy(); |
43 |
if (room == room_fire_walkandbranch2 && global.plot >= 163) |
44 |
instance_destroy(); |
45 |
if (room == room_water_trashzone2) |
46 |
{ |
47 |
image_yscale = 1; |
48 |
if (global.flag[493 true_pacifist_progression] != 10) |
49 |
instance_destroy(); |
50 |
} |