diff options
author | Haru <haru@dotalux.com> | 2019-04-07 23:45:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-07 23:45:51 +0200 |
commit | a3a1e366f479a80d983a0c476c4cdc6ad3643a03 (patch) | |
tree | c0e5ba9127f858449bae19846f518df9ad9658d0 /doc | |
parent | f89a6da63a50cefa8251d1a84f40d85cf109bd4e (diff) | |
parent | f61b8dac943cf2c0e3a67659134c424d57064617 (diff) | |
download | hercules-a3a1e366f479a80d983a0c476c4cdc6ad3643a03.tar.gz hercules-a3a1e366f479a80d983a0c476c4cdc6ad3643a03.tar.bz2 hercules-a3a1e366f479a80d983a0c476c4cdc6ad3643a03.tar.xz hercules-a3a1e366f479a80d983a0c476c4cdc6ad3643a03.zip |
Merge pull request #2415 from AnnieRuru/76-showscript
Add optional parameter for *showscript to send target to SELF only
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 180919237..b53dda2f6 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4457,11 +4457,14 @@ if <color> field is left out. --------------------------------------- -*showscript("<message>"{, <GID>}) +*showscript("<message>"{, <GID>{, <send_target>}}) Makes the attached player or GID, display a message similiar to a chat, this will be seen by everyone near the invoking character but will not be displayed in the chat window. +send_target: (optional) + AREA: show the message to everyone within the view range (default) + SELF: show the message to the given unit GID only --------------------------------------- |