diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-11-27 05:40:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-12-12 21:18:06 +0300 |
commit | eaeebdc9ddaa62488a58885c6a20b43d67e43d4a (patch) | |
tree | 7cf6150c1685d087d9fcfdbccd75de477264bf46 /doc | |
parent | 5c29241d2d4bc43184faeedd7c1ffe3af8753fc9 (diff) | |
download | hercules-eaeebdc9ddaa62488a58885c6a20b43d67e43d4a.tar.gz hercules-eaeebdc9ddaa62488a58885c6a20b43d67e43d4a.tar.bz2 hercules-eaeebdc9ddaa62488a58885c6a20b43d67e43d4a.tar.xz hercules-eaeebdc9ddaa62488a58885c6a20b43d67e43d4a.zip |
Add script command servicemessage.
This command will show colored message in chat. This message will
be not logged to file and will be not visible over head.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index b88ff8809..0096cedfd 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -10248,3 +10248,13 @@ returns true if all parameters correct false in other case. Works for 20160831 main, 20151118 RE, any zero version --------------------------------------- + +*servicemessage("<message>", <color>{, <account_id>}) +*servicemessage("<message>", <color>{, <player_name>}) + +That command will send a service message to the chat window of the character +specified by account ID or name, or to connected to npc player. +It will not be seen by anyone else. + +Works fro 20170830 RE and main and for any zero clients +--------------------------------------- |