So I am trying to make a Custom Selction like MM, I am new to coding, But we all learn some how, eh?
(create_text_overlay, reg0, "str_choose_a_troop", 0),
(overlay_set_color, reg0, 0xFFFFFF),
(position_set_x, pos1, 0),
(position_set_y, pos1, ":cur_y"),
(overlay_set_position, reg0, pos1),
(val_sub, ":cur_y", escape_menu_item_height),
(position_set_y, pos1, ":cur_y"),
(position_set_x, pos1, 100), Is there more that goes to this? It is under module_presentations.
Thanks everyone for your time.