Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_quote_battle_tellyvis_a_mid_attack_Step_0

(view raw script w/o annotations or w/e)
1
script_execute(gml_Script_scr_controls_text)
2
if (characters < message_length)
3
{
4
    if (counter == 0)
5
    {
6
        if (color_count >= 1)
7
        {
8
            script_execute(gml_Script_scr_text_increase_color)
9
            script_execute(gml_Script_scr_talking_enemy_color)
10
        }
11
        else
12
        {
13
            script_execute(gml_Script_scr_text_increase)
14
            script_execute(gml_Script_scr_talking_enemy)
15
        }
16
    }
17
    else
18
        can_talk = false
19
}
20
else
21
    can_talk = false
22
if (color_count >= 1)
23
    script_execute(gml_Script_scr_text_counter_color)
24
else
25
    script_execute(gml_Script_scr_text_counter)
26
if (!instance_exists(obj_heart_battle_fighting_parent))
27
{
28
    with (obj_quote_bubble_battle)
29
        instance_destroy()
30
    instance_destroy()
31
}