diff options
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 3784667cb..54d62b045 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5286,7 +5286,9 @@ This command will destroy whatever is currently equipped in the invoking character's specified equipment slot. For a full list of possible equipment slots see 'getequipid'. -This command will return 1 if an item was deleted and 0 otherwise. +It is always a good idea to check if the player actually has the item you want +before you use this command. If you try to delete in a position that the player +has no gear, script will be terminated with an error. --------------------------------------- //===================================== |