diff options
author | panikon <panikon@zoho.com> | 2014-05-07 20:05:37 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-05-07 20:05:37 -0300 |
commit | db42e06f31fe98a28dce8cc05c480b897ab8cb99 (patch) | |
tree | 89093076e66c68e46be07186fe9a87674ab8485d /doc/script_commands.txt | |
parent | 095c47f5345f63da79495487ca58b7a21800fb6c (diff) | |
download | hercules-db42e06f31fe98a28dce8cc05c480b897ab8cb99.tar.gz hercules-db42e06f31fe98a28dce8cc05c480b897ab8cb99.tar.bz2 hercules-db42e06f31fe98a28dce8cc05c480b897ab8cb99.tar.xz hercules-db42e06f31fe98a28dce8cc05c480b897ab8cb99.zip |
#Fixed issue 8175
*http://hercules.ws/board/tracker/issue-8175-missing-delequip/
*Documentation wrote by @emistry
#Added return values for *delequip
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 6aa75e82a..bb714d856 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5091,6 +5091,16 @@ Example: searchstores 10,1; --------------------------------------- + +*delequip <equipment slot>; + +This command will destroy whatever is currently equipped in the invoking +character's specified equipment slot. For a full list of possible equipment +slots see 'getequipid'. + +This command will return 1 if an item was deleted and 0 otherwise. + +--------------------------------------- //===================================== 4.1 - End of Player Item-Related Commands //===================================== |