if (!_enabled) exit; var _x_pos = _offset_x + camerax() + 20; if (global.lang == "ja") _x_pos -= 24; if (_heart_enabled) draw_sprite(spr_heart, 0, _x_pos + 36, y + 9); if (global.lang == "ja") _x_pos -= 4; draw_set_alpha(1); draw_set_color(_text_color); draw_set_font(scr_84_get_font("mainbig")); draw_text_ext(_x_pos + 60, _offset_y + cameray() + y, _label, 1, 999); if (array_length(_options) == 0) exit; if (global.lang == "ja") _x_pos += 30; var _scroll_x = _x_pos + 60 + 70 + 30; if (_offset_x > 0) _scroll_x -= 30; draw_text_ext(_scroll_x, _offset_y + cameray() + y, _options[_options_index], 1, 999); if (_scroll_h_enabled) { var _arrow_x = _scroll_x - 14; if (global.lang == "ja") _arrow_x += 4; draw_sprite_ext(spr_ui_arrow_left, 0, _arrow_x, _offset_y + cameray() + y + 16 + _arrow_left_offset, 2, 2, 0, _arrow_left_color, 1); if (global.lang == "ja") _arrow_x -= 8; draw_sprite_ext(spr_ui_arrow_right, 0, _arrow_x + 54, _offset_y + cameray() + y + 16 + _arrow_right_offset, 2, 2, 0, _arrow_right_color, 1); }