summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-27 05:40:22 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-12 21:18:06 +0300
commiteaeebdc9ddaa62488a58885c6a20b43d67e43d4a (patch)
tree7cf6150c1685d087d9fcfdbccd75de477264bf46 /doc/script_commands.txt
parent5c29241d2d4bc43184faeedd7c1ffe3af8753fc9 (diff)
downloadhercules-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/script_commands.txt')
-rw-r--r--doc/script_commands.txt10
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
+---------------------------------------