1 | if (characters < message_length) |
2 | { |
3 | if (counter == 0) |
4 | { |
5 | script_execute(scr_text_increase_auto); |
6 | script_execute(scr_talking_text); |
7 | } |
8 | else |
9 | { |
10 | can_talk = false; |
11 | } |
12 | } |
13 | else |
14 | { |
15 | can_talk = false; |
16 | } |
17 | script_execute(scr_text_counter); |