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 | } |