draw_set_font(fnt_dotumche); draw_set_color(c_black); draw_set_halign(fa_left); draw_set_valign(fa_top); if (instance_exists(obj_quote_bubble_battle)) { if (text_effect == "twitchy") { scr_draw_text_effect_twitchy_quotebubble_battle(message[message_current], obj_quote_bubble_battle.x + 21, obj_quote_bubble_battle.y + 9); if (message_current < array_length(message_col)) { draw_set_color(make_color_rgb(92, 186, 249)); scr_draw_text_effect_twitchy_quotebubble_battle(message_col[message_current], obj_quote_bubble_battle.x + 21, obj_quote_bubble_battle.y + 9); } } else if (text_effect == "circle") { scr_draw_text_effect_circle_quotebubble_battle(message[message_current], obj_quote_bubble_battle.x + 21, obj_quote_bubble_battle.y + 9); } }