diff options
author | Emistry <Equinox1991@gmail.com> | 2015-07-05 04:28:31 +0800 |
---|---|---|
committer | Emistry <Equinox1991@gmail.com> | 2015-07-05 04:28:31 +0800 |
commit | 25c5a610555f442005d562ad463a4f22efb6f744 (patch) | |
tree | e42d3a3ef9e4993e9f1a0abd0802877fc5ec866b /doc/script_commands.txt | |
parent | 408e8ce47ec298b80e43b537efa58db5b74a19b8 (diff) | |
download | hercules-25c5a610555f442005d562ad463a4f22efb6f744.tar.gz hercules-25c5a610555f442005d562ad463a4f22efb6f744.tar.bz2 hercules-25c5a610555f442005d562ad463a4f22efb6f744.tar.xz hercules-25c5a610555f442005d562ad463a4f22efb6f744.zip |
Added script command `showscript "<message>"{,<GID>};`
Makes attached player or GID says a message like shouting a skill name,
the message will be seen to everyone around but not in chat window.
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index ede73cb18..378a29f12 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4109,6 +4109,13 @@ chat window. --------------------------------------- +*showscript "<message>"{,<GID>}; + +Makes attached player or GID says a message like shouting a skill name, the message +will be seen to everyone around but not in chat window. + +--------------------------------------- + *warp "<map name>",<x>,<y>; This command will take the invoking character to the specified map, and if |