1 | if (specialtalkcon == 0) |
2 | { |
3 | with (other) |
4 | { |
5 | dotalk = 1; |
6 | talkcon++; |
7 | } |
8 | } |
9 | else |
10 | { |
11 | other.specialtalkcon = specialtalkcon; |
12 | other.dospecialtalk = 1; |
13 | } |
14 | instance_destroy(); |