summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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
+---------------------------------------