summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-11-02 03:09:35 +0100
committerHaru <haru@dotalux.com>2014-11-02 03:09:35 +0100
commitd22e937e62b3443b74051ecc47ccc3137f9ff5f5 (patch)
treeebb5fcf715e8d82aaa5b832e1c094e738b1b09bc /doc/script_commands.txt
parent5745f9877e544ac8566f220a676b517d9e45b399 (diff)
downloadhercules-d22e937e62b3443b74051ecc47ccc3137f9ff5f5.tar.gz
hercules-d22e937e62b3443b74051ecc47ccc3137f9ff5f5.tar.bz2
hercules-d22e937e62b3443b74051ecc47ccc3137f9ff5f5.tar.xz
hercules-d22e937e62b3443b74051ecc47ccc3137f9ff5f5.zip
Marked command 'cmdothernpc' as deprecated.
- Note: The command will be completely removed after about a month. Custom, third party scripts will require updates, in case they were using this command. Please see the 'cmdothernpc' documentation. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 1c34a09b5..589db2bf5 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -6276,6 +6276,14 @@ A debug message also shows on the console when no events are triggered.
*cmdothernpc "<npc name>","<command>";
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+ @ /!\ 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 December 2nd, 2014. Please consider
+using donpcevent() instead.
+
This is simply "donpcevent <npc name>::OnCommand<command>".
It is an approximation of official server script language's 'cmdothernpc'.