Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_quote_battle_martlet_genocide_final_2_outro_Step_2

(view raw script w/o annotations or w/e)
1
if live_call()
2
    return global.live_result;
3
if (fade_out_gui == true)
4
{
5
    global.image_alpha_enemy_attacking = -1
6
    obj_dialogue_box_battle.image_alpha = 0
7
}
8
if (draw_enabled && message_current > 14)
9
{
10
    if (instance_exists(obj_battle_fmartlet_flowey) && obj_battle_fmartlet_flowey.sprite_index != prt[message_current])
11
        obj_battle_fmartlet_flowey.sprite_index = prt[message_current]
12
}