diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-12-21 09:01:59 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-22 01:51:57 +0100 |
commit | 91c12a9358fe4a30d7b21862efa82e7466e2ab47 (patch) | |
tree | ba0dbceff8e63551c0c66fb0c1d9ec28cb32bd6d /doc | |
parent | 1c3378e161859ca6da728ea5cb0a5dc07fff5364 (diff) | |
download | hercules-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')
-rw-r--r-- | doc/script_commands.txt | 5 |
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. --------------------------------------- |