diff options
author | Haru <haru@dotalux.com> | 2014-10-22 04:43:41 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-10-30 01:22:52 +0100 |
commit | b3aef69807e315f71109ee00755087303b5336df (patch) | |
tree | a4fd6889accd1d825ccc0016e405d8fad09ae41d /doc | |
parent | cf8d24e602cce90d8f7c22e3d4a04aca4b66a3f3 (diff) | |
download | hercules-b3aef69807e315f71109ee00755087303b5336df.tar.gz hercules-b3aef69807e315f71109ee00755087303b5336df.tar.bz2 hercules-b3aef69807e315f71109ee00755087303b5336df.tar.xz hercules-b3aef69807e315f71109ee00755087303b5336df.zip |
Deprecated checkmadogear and setmadogear 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 7e00e50dc..7c4a90003 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3921,7 +3921,13 @@ riding a dragon and 0 if they aren't. *setmadogear {<flag>}; *checkmadogear() -[ 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. If <flag> is 0 this command will remove the mount from the character. Otherwise it gives the invoking character a Mado (if they are a Mechanic). |