diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-05-31 23:35:39 +0200 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-05-31 23:35:39 +0200 |
commit | c54623866cc7764ce6b2c0844c7d98a80b5f0592 (patch) | |
tree | 3c45cb7e006ab1b7520d99b0442290583040112a | |
parent | 4a5ea1a63cb51d48a10a0ba2786eaddb546b5cdc (diff) | |
download | hercules-c54623866cc7764ce6b2c0844c7d98a80b5f0592.tar.gz hercules-c54623866cc7764ce6b2c0844c7d98a80b5f0592.tar.bz2 hercules-c54623866cc7764ce6b2c0844c7d98a80b5f0592.tar.xz hercules-c54623866cc7764ce6b2c0844c7d98a80b5f0592.zip |
Add loudhailer() script command to doc/script_commands.txt
-rw-r--r-- | doc/script_commands.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index a597dfaa2..a3a0e5673 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -7494,6 +7494,16 @@ if GID is not given use the attached player. //===================================== --------------------------------------- +*loudhailer("<message>"{, "<color>"}) + +Announces a colored text in '<char_name> Shouts : <message>' format. +<color> must be a string in "RRGGBB" format. If <color> is omitted, +white ("FFFFFF") will be used. +This command is specially created for the Megaphone_ item (12221), +but will work in NPCs, too. + +--------------------------------------- + *announce("<text>", <flag>{, <fontColor>{, <fontType>{, <fontSize>{, <fontAlign>{, <fontY>}}}}}) This command will broadcast a message to all or most players, similar to |