var shop_name = global.shop_name draw_set_font(fnt_main) draw_set_halign(fa_left) draw_set_valign(fa_top) if (shop_name == "Hotel Shop") { draw_set_color(c_fuchsia) draw_text_ext((obj_talk_screen_shop.x + 30), (obj_talk_screen_shop.y + 10), string_hash_to_newline(message_draw_alt), global.text_separation_shop, global.text_linebreak_limit_shop) } draw_set_color(c_white) draw_text_ext((obj_talk_screen_shop.x + 30), (obj_talk_screen_shop.y + 10), string_hash_to_newline(message_draw), global.text_separation_shop, global.text_linebreak_limit_shop)