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