diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-12-21 09:01:59 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-22 01:54:41 +0100 |
commit | 19d83e65e83887a9f15353e626eaab57d7f86a74 (patch) | |
tree | a62a3fc6bcf210bd494b0b75b02b8700f1b44a83 /doc/script_commands.txt | |
parent | 91c12a9358fe4a30d7b21862efa82e7466e2ab47 (diff) | |
download | hercules-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.txt | 7 |
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. --------------------------------------- |