[Commands] Add #findcharacter Command. (#2692)

# Commands
- Add `#findcharacter [Search Criteria]`.

# Notes
- Allows operators to search for characters by ID or a portion of their name to easily get ID/Name.
This commit is contained in:
Alex King
2023-01-03 14:32:21 -05:00
committed by GitHub
parent af4ee9f8d8
commit a80a6de59f
3 changed files with 96 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@ void command_faction_association(Client *c, const Seperator *sep);
void command_feature(Client *c, const Seperator *sep);
void command_findaa(Client *c, const Seperator *sep);
void command_findaliases(Client *c, const Seperator *sep);
void command_findcharacter(Client *c, const Seperator *sep);
void command_findclass(Client *c, const Seperator *sep);
void command_findfaction(Client *c, const Seperator *sep);
void command_findnpctype(Client *c, const Seperator *sep);