[Commands] Add #findcurrency Command (#3368)

* [Commands] Add #findcurrency Command

# Notes
- Allows you to find alternate currencies by item ID or name.
- Has a saylink for summoning a stack of the currency if the GM can use the `#summonitem` command.

* Update findcurrency.cpp

* Update findcurrency.cpp
This commit is contained in:
Alex King
2023-05-24 23:30:06 -04:00
committed by GitHub
parent 5a42c4f667
commit a5106420e8
3 changed files with 137 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ 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_findcurrency(Client *c, const Seperator *sep);
void command_findfaction(Client *c, const Seperator *sep);
void command_findnpctype(Client *c, const Seperator *sep);
void command_findrace(Client *c, const Seperator *sep);