diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-08-23 20:55:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-08-23 20:55:41 +0300 |
commit | 27c7f333121f99ec13acf669db21fecd53b315ec (patch) | |
tree | 0c3b3b6df5973dc70ba4cb9db8055a4bc36ccce7 /doc | |
parent | dfd6225e667744753c7bfab94d87fcdbcf3fc93b (diff) | |
download | hercules-27c7f333121f99ec13acf669db21fecd53b315ec.tar.gz hercules-27c7f333121f99ec13acf669db21fecd53b315ec.tar.bz2 hercules-27c7f333121f99ec13acf669db21fecd53b315ec.tar.xz hercules-27c7f333121f99ec13acf669db21fecd53b315ec.zip |
Add script command msgtable and msgtable2.
New script commands:
msgtable msgId [, color]
msgtable2 msgId, param [, color]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 10b4e5653..414a72924 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -10136,3 +10136,18 @@ the available flags are: Opens the styling shop on client --------------------------------------- + +*msgtable(<message_id>{, <color>}) + +Show in client message by <message_id> from msg string table +with optional <color>. + +--------------------------------------- + +*msgtable2(<message_id>, <param>{, <color>}) + +Show in client message by <message_id> from msg string table. +<param> is parameter for this message. Can be string or int. +Optional <color> can be used for set color for whole message. + +--------------------------------------- |