diff options
author | GmOcean <hyperassassin@gmail.com> | 2014-11-24 15:27:31 -1000 |
---|---|---|
committer | GmOcean <hyperassassin@gmail.com> | 2014-11-24 15:27:31 -1000 |
commit | e49c4a04caf5862ad1423dcd16b05f56fe858cd4 (patch) | |
tree | 369e2cc0a9dbe233ec1ff99a3a3db6d55ca5629e /doc/script_commands.txt | |
parent | 16148a27a4a3be2213ea1528de280d0630b1f9e9 (diff) | |
download | hercules-e49c4a04caf5862ad1423dcd16b05f56fe858cd4.tar.gz hercules-e49c4a04caf5862ad1423dcd16b05f56fe858cd4.tar.bz2 hercules-e49c4a04caf5862ad1423dcd16b05f56fe858cd4.tar.xz hercules-e49c4a04caf5862ad1423dcd16b05f56fe858cd4.zip |
Added missing commas ',' to *equip2 example.
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index e69191d38..380fa72f4 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5296,7 +5296,7 @@ Examples: //This will equip a +10 1104 (falchion)on the character if this is in the //inventory. - equip2 1104 10 0 0 0 0 0; + equip2 1104,10,0,0,0,0,0; //The invoked character will now automatically equip a falchion when it's //looted. |