diff options
author | Taylor Locke <kisuka@kisuka.com> | 2014-10-19 03:50:50 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-10-24 00:59:20 +0200 |
commit | fe9e666743bbd0b4ef9d782ce2fc43cc2a081753 (patch) | |
tree | c2ca671cbf6a7099c8af96692e1a69900e8de482 /doc | |
parent | e1e5bd338fe507d23ac72c964efa5c7009c30bba (diff) | |
download | hercules-fe9e666743bbd0b4ef9d782ce2fc43cc2a081753.tar.gz hercules-fe9e666743bbd0b4ef9d782ce2fc43cc2a081753.tar.bz2 hercules-fe9e666743bbd0b4ef9d782ce2fc43cc2a081753.tar.xz hercules-fe9e666743bbd0b4ef9d782ce2fc43cc2a081753.zip |
Re-commit of 4ac673941714032ada6d26fb60936ec510bbe496 (part 1)
Some Quality of Life Changes
- getbrokencount command added to get amount of broken equipment.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index d0acbf1c8..65caf5837 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2788,6 +2788,13 @@ such item is found. --------------------------------------- +*getbrokencount() + +This function will return the total amount of broken equipment on the +invoking character. + +--------------------------------------- + *getequipisequiped(<equipment slot>) This functions will return 1 if there is an equipment placed on the |