diff options
author | Haru <haru@dotalux.com> | 2014-12-31 20:09:00 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-01-01 18:07:25 +0100 |
commit | 9ce14c32134ae0ee541dd58dc91cf6193fb38fc3 (patch) | |
tree | 6b2780eaa6d07f2e2934cb8021adf4596a4c8519 /doc/script_commands.txt | |
parent | 17d8096ad6c4b07f84d3276119dcf314be91c1de (diff) | |
download | hercules-9ce14c32134ae0ee541dd58dc91cf6193fb38fc3.tar.gz hercules-9ce14c32134ae0ee541dd58dc91cf6193fb38fc3.tar.bz2 hercules-9ce14c32134ae0ee541dd58dc91cf6193fb38fc3.tar.xz hercules-9ce14c32134ae0ee541dd58dc91cf6193fb38fc3.zip |
Removed deprecated command cmdothernpc
- Follow-up to d22e937e62b3443b74051ecc47ccc3137f9ff5f5
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 5f2ccb3e5..90452751a 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6286,21 +6286,6 @@ 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'. - ---------------------------------------- - *npctalk "<message>"; This command will display a message to the surrounding area as if the NPC |