| 1 | event_inherited(); |
| 2 | scene = 0; |
| 3 | if (global.geno_complete[3] == true && global.route == 3) |
| 4 | { |
| 5 | instance_destroy(); |
| 6 | exit; |
| 7 | } |
| 8 | if (global.dunes_flag[41] >= 1) |
| 9 | { |
| 10 | instance_destroy(); |
| 11 | exit; |
| 12 | } |