1 | if (con == 0) |
2 | { |
3 | if (myinteract == 1) |
4 | { |
5 | global.interact = 1; |
6 | alarm[0] = 1; |
7 | myinteract = 2; |
8 | } |
9 | if (myinteract == 3) |
10 | { |
11 | if (instance_exists(mydialoguer) == 0) |
12 | { |
13 | global.interact = 0; |
14 | myinteract = 0; |
15 | } |
16 | } |
17 | } |