1 | if (global.plot > 7 || global.plot < 6) |
2 | { |
3 | instance_destroy(); |
4 | } |
5 | else |
6 | { |
7 | direction = 270; |
8 | facing = 0; |
9 | global.msc = 216; |
10 | global.typer = 4; |
11 | global.facechoice = 1; |
12 | instance_create(0, 0, obj_dialoguer); |
13 | global.interact = 1; |
14 | } |