| 1 | event_inherited(); |
| 2 | if (global.geno_complete[3] == true && global.route == 3) |
| 3 | { |
| 4 | instance_destroy(); |
| 5 | exit; |
| 6 | } |
| 7 | waiter = 0; |
| 8 | if (global.fun_value >= 65 && global.fun_value <= 69) |
| 9 | exit; |
| 10 | instance_destroy(); |