diff options
author | dastgirpojee <dastgirpojee@rocketmail.com> | 2013-10-09 10:07:17 -0700 |
---|---|---|
committer | dastgirpojee <dastgirpojee@rocketmail.com> | 2013-10-09 10:07:17 -0700 |
commit | e105044ee8c1c625b886e2306c22a3f8a68f5bf5 (patch) | |
tree | 87ff7e5bab40749666f44d69b24da3b75a1c1f12 /doc/script_commands.txt | |
parent | e7457d450f44f07881e9a8d9af25b068596f3df4 (diff) | |
parent | 5fdbee45f634d5d5b29ffa3144c8ac4881c10578 (diff) | |
download | hercules-e105044ee8c1c625b886e2306c22a3f8a68f5bf5.tar.gz hercules-e105044ee8c1c625b886e2306c22a3f8a68f5bf5.tar.bz2 hercules-e105044ee8c1c625b886e2306c22a3f8a68f5bf5.tar.xz hercules-e105044ee8c1c625b886e2306c22a3f8a68f5bf5.zip |
Merge pull request #1 from HerculesWS/master
Hercules Merge.
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 |