1 | if (myinteract == 3) |
2 | { |
3 | if (talked == 0) |
4 | { |
5 | timer++; |
6 | if (timer >= 15) |
7 | { |
8 | timer = 0; |
9 | global.interact = 0; |
10 | myinteract = 0; |
11 | with (obj_mainchara) |
12 | onebuffer = 5; |
13 | } |
14 | } |
15 | else if (i_ex(mydialoguer) == false) |
16 | { |
17 | global.interact = 0; |
18 | myinteract = 0; |
19 | with (obj_mainchara) |
20 | onebuffer = 5; |
21 | } |
22 | } |
23 | image_index = opened; |