diff options
author | Haru <haru@dotalux.com> | 2014-10-22 04:54:29 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-10-30 01:22:52 +0100 |
commit | a852bdd4c04fd3e6c08e950a320f0e78d61b3673 (patch) | |
tree | f958404213e2b92d82d5f40e25d04ea15f0863aa /doc | |
parent | b3aef69807e315f71109ee00755087303b5336df (diff) | |
download | hercules-a852bdd4c04fd3e6c08e950a320f0e78d61b3673.tar.gz hercules-a852bdd4c04fd3e6c08e950a320f0e78d61b3673.tar.bz2 hercules-a852bdd4c04fd3e6c08e950a320f0e78d61b3673.tar.xz hercules-a852bdd4c04fd3e6c08e950a320f0e78d61b3673.zip |
Deprecated checkdragon and setdragon commands
Replaced their use in scripts with checkmount and setmount,
respectively.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 7c4a90003..c4d313561 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3898,7 +3898,13 @@ riding a bird and 0 if they aren't. *setdragon {<color>}; *checkdragon() -[ DEPRECATED - Please use setmount / checkmount] + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @ /!\ This command is deprecated @ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + +This command is deprecated and it should not be used in new scripts, as it +is scheduled to be removed on or after November 30th, 2014. Please consider +using setmount and checkmount() instead. The 'setdragon' function toggles mounting a dragon for the invoking character. It will return 1 if successful, 0 otherwise. |