summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2015-12-21 09:01:59 +0800
committerHaru <haru@dotalux.com>2015-12-22 01:51:57 +0100
commit91c12a9358fe4a30d7b21862efa82e7466e2ab47 (patch)
treeba0dbceff8e63551c0c66fb0c1d9ec28cb32bd6d /doc/script_commands.txt
parent1c3378e161859ca6da728ea5cb0a5dc07fff5364 (diff)
downloadhercules-91c12a9358fe4a30d7b21862efa82e7466e2ab47.tar.gz
hercules-91c12a9358fe4a30d7b21862efa82e7466e2ab47.tar.bz2
hercules-91c12a9358fe4a30d7b21862efa82e7466e2ab47.tar.xz
hercules-91c12a9358fe4a30d7b21862efa82e7466e2ab47.zip
Update *message script command to allow to use account ID
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 852a003b7..7a9481b46 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -4091,11 +4091,12 @@ Note: rid2name may not produce correct character names since rid means
---------------------------------------
+*message <account ID>,"<message>";
*message "<character name>","<message>";
That command will send a message to the chat window of the character
-specified by name. The text will also appear above the head of that
-character. It will not be seen by anyone else.
+specified by account ID or name. The text will also appear above the head
+of that character. It will not be seen by anyone else.
---------------------------------------