1 | if (characters < message_length) |
2 | { |
3 | if (counter == 0) |
4 | { |
5 | script_execute(gml_Script_scr_text_increase_auto) |
6 | script_execute(gml_Script_scr_talking_text) |
7 | } |
8 | else |
9 | can_talk = false |
10 | } |
11 | else |
12 | can_talk = false |
13 | script_execute(gml_Script_scr_text_counter) |