diff options
Diffstat (limited to 'doc')
-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. |