show skill levels for bash/pick selection, highlight best

This commit is contained in:
2025-03-21 09:38:09 -05:00
parent b236dead06
commit f9c05815fc
5 changed files with 42 additions and 9 deletions

View File

@@ -55,4 +55,4 @@ enum class eSelectPC {
};
// Prompt the player to choose a party member. Returns 0-5 for a pc, 6 for cancel, 7 for all, or 8 if no PCs fit the mode's filter.
// Pass a string poiner to no_choice_reason to get the reason why no choices were available, if none are.
short select_pc(eSelectPC mode, std::string title="", bool allow_choose_all = false);
short select_pc(eSelectPC mode, std::string title="", eSkill highlight_highest = eSkill::INVALID, bool allow_choose_all = false);