| 1 | image_speed = 0; |
| 2 | image_alpha = 0; |
| 3 | effect_counter = irandom_range(30, 45) * 30; |
| 4 | if (global.dunes_flag[53] > 0 || global.dunes_flag[41] < 4 || global.hotland_flag[2] > 0) |
| 5 | { |
| 6 | instance_destroy(); |
| 7 | exit; |
| 8 | } |
| 9 | if (global.fun_value >= 60 && global.fun_value <= 62) |
| 10 | exit; |
| 11 | instance_destroy(); |