1 |
door_menu_open = false; |
2 |
door_solution = "none"; |
3 |
timer = 0; |
4 |
cutscene_music = 0; |
5 |
cutscene_timer = 0; |
6 |
scene = 0; |
7 |
image_speed = 0; |
8 |
instance_deactivate_object(inst_105566); |
9 |
if (global.sworks_flag[25] >= 5) |
10 |
{ |
11 |
solid = false; |
12 |
scene = 35; |
13 |
image_index = image_number - 1; |
14 |
instance_activate_object(inst_105566); |
15 |
} |
16 |
if (global.sworks_flag[25] >= 6) |
17 |
{ |
18 |
instance_create(304, 170, obj_chem_05_floor_melt); |
19 |
obj_chem_05_floor_melt.image_index = -1; |
20 |
obj_chem_05_floor_melt.image_speed = 0; |
21 |
} |