diff options
author | shennetsind <ind@henn.et> | 2015-02-15 15:14:13 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2015-02-15 15:14:13 -0200 |
commit | 102d20ae15b3382f23e4d845926282974245e99a (patch) | |
tree | b352276c5fb9340cb97b8af90bf288da10e2835b /doc/script_commands.txt | |
parent | 909c0644ce45945c8e3fdc5eb77ebdd1a1cb93d0 (diff) | |
download | hercules-102d20ae15b3382f23e4d845926282974245e99a.tar.gz hercules-102d20ae15b3382f23e4d845926282974245e99a.tar.bz2 hercules-102d20ae15b3382f23e4d845926282974245e99a.tar.xz hercules-102d20ae15b3382f23e4d845926282974245e99a.zip |
Follow up 909c0644ce45945c8e3fdc5eb77ebdd1a1cb93d0
No longer returns any value. Either it will succeed, or it will stop the script (at which point having a return value has no purpose)
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index e69cca6b1..54d62b045 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5290,8 +5290,6 @@ 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. -This command will return 1 if an item was deleted and 0 otherwise. - --------------------------------------- //===================================== 4.1 - End of Player Item-Related Commands |