[Commands] Add #countitem Command. (#1842)

* [Commands] Add #countitem Command.
- Add #countitem [Item ID] command to count an item by ID on yourself or your player/NPC target.

* Cleanup.
This commit is contained in:
Kinglykrab
2021-11-27 20:52:09 -05:00
committed by GitHub
parent fd862d16bb
commit d28f902ecc
4 changed files with 67 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ void command_checklos(Client *c, const Seperator *sep);
void command_copycharacter(Client *c, const Seperator *sep);
void command_corpse(Client *c, const Seperator *sep);
void command_corpsefix(Client *c, const Seperator *sep);
void command_countitem(Client *c, const Seperator *sep);
void command_cvs(Client *c, const Seperator *sep);
void command_damage(Client *c, const Seperator *sep);
void command_databuckets(Client *c, const Seperator *sep);