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:54:41 +0100
commit19d83e65e83887a9f15353e626eaab57d7f86a74 (patch)
treea62a3fc6bcf210bd494b0b75b02b8700f1b44a83 /doc/script_commands.txt
parent91c12a9358fe4a30d7b21862efa82e7466e2ab47 (diff)
downloadhercules-19d83e65e83887a9f15353e626eaab57d7f86a74.tar.gz
hercules-19d83e65e83887a9f15353e626eaab57d7f86a74.tar.bz2
hercules-19d83e65e83887a9f15353e626eaab57d7f86a74.tar.xz
hercules-19d83e65e83887a9f15353e626eaab57d7f86a74.zip
Update *dispbottom script command to allow 0xRRGGBB color
Closes #858 as merged Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 7a9481b46..ef4816889 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -4100,10 +4100,11 @@ of that character. It will not be seen by anyone else.
---------------------------------------
-*dispbottom "<message>";
+*dispbottom "<message>"{,<color>};
-This command will send the given message into the invoking character's
-chat window.
+This command will send the given message into the invoking character's
+chat window. The color format is in RGB (0xRRGGBB), and default to green
+if <color> field is left out.
---------------------------------------