diff options
author | shennetsind <ind@henn.et> | 2013-10-07 19:17:10 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-07 19:17:10 -0300 |
commit | b703fbd42f4c1e782d6d2bf202a563bbceee0a7e (patch) | |
tree | 25930fad4ced7e0be6b60c713b7901fe03e86243 /doc/script_commands.txt | |
parent | 5d6acd951f98bb54c64231d97e196e23f926980a (diff) | |
download | hercules-b703fbd42f4c1e782d6d2bf202a563bbceee0a7e.tar.gz hercules-b703fbd42f4c1e782d6d2bf202a563bbceee0a7e.tar.bz2 hercules-b703fbd42f4c1e782d6d2bf202a563bbceee0a7e.tar.xz hercules-b703fbd42f4c1e782d6d2bf202a563bbceee0a7e.zip |
Added 'consumeitem' as an alias of 'itemeffect'
For compatibility purposes, Closes #148
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 4dcbd75d1..c0fc8ce40 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4632,8 +4632,9 @@ skill requirements. --------------------------------------- -itemeffect <item id>; -itemeffect "<item name>"; +*itemeffect <item id>; +*itemeffect "<item name>"; +*consumeitem is an alias of itemeffect (added for compatibility) This command will run the item script of the specified item on the invoking character. The character does not need to posess the item, and |