[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
@@ -308,6 +308,7 @@ SET(gm_commands
gm_commands/copycharacter.cpp
gm_commands/corpse.cpp
gm_commands/corpsefix.cpp
gm_commands/countitem.cpp
gm_commands/cvs.cpp
gm_commands/damage.cpp
gm_commands/databuckets.cpp