There is not much in presentations, But this is something I found that may be it, Please tell me if it is
(create_text_overlay, reg0, "str_character", tf_center_justify),
(position_set_x, pos1, 175),
(position_set_y, pos1, 670),
(overlay_set_position, reg0, pos1),[/s]
EDIT: I saw this:
(store_mul, ":cur_troop", "$g_quick_battle_troop", 2), #with weapons
(create_mesh_overlay_with_tableau_material, reg0, -1, "tableau_game_party_window", ":cur_troop"),
(position_set_x, pos1, 25),
(position_set_y, pos1, 370),
(overlay_set_position, reg0, pos1),
I want to add it into the position, In the MP slot where Equipment selection, is there a certain place I need to add it?