| 1 | if (global.plot > 9.5) |
| 2 | { |
| 3 | instance_destroy(); |
| 4 | } |
| 5 | else if (global.interact == 1 && instance_exists(obj_dialoguer) == 0) |
| 6 | { |
| 7 | global.plot = 9.6; |
| 8 | global.interact = 0; |
| 9 | instance_destroy(); |
| 10 | } |