From e49c4a04caf5862ad1423dcd16b05f56fe858cd4 Mon Sep 17 00:00:00 2001 From: GmOcean Date: Mon, 24 Nov 2014 15:27:31 -1000 Subject: Added missing commas ',' to *equip2 example. --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/script_commands.txt') 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. -- cgit v1.2.3-60-g2f50