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