| 1 |
script_execute(scr_controls_text); |
| 2 |
if (characters < message_length) |
| 3 |
{ |
| 4 |
if (counter == 0) |
| 5 |
{ |
| 6 |
if (color_count >= 1) |
| 7 |
{ |
| 8 |
script_execute(scr_text_increase_color); |
| 9 |
script_execute(scr_talking_enemy_color); |
| 10 |
} |
| 11 |
else |
| 12 |
{ |
| 13 |
script_execute(scr_text_increase); |
| 14 |
script_execute(scr_talking_enemy); |
| 15 |
} |
| 16 |
} |
| 17 |
else |
| 18 |
{ |
| 19 |
can_talk = false; |
| 20 |
} |
| 21 |
} |
| 22 |
else |
| 23 |
{ |
| 24 |
can_talk = false; |
| 25 |
} |
| 26 |
if (color_count >= 1) |
| 27 |
script_execute(scr_text_counter_color); |
| 28 |
else |
| 29 |
script_execute(scr_text_counter); |
| 30 |
if (!instance_exists(obj_heart_battle_fighting_parent)) |
| 31 |
{ |
| 32 |
with (obj_quote_bubble_battle) |
| 33 |
instance_destroy(); |
| 34 |
instance_destroy(); |
| 35 |
} |