summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnnieRuru <jeankofannie2@gmail.com>2019-03-30 03:00:41 +0800
committerAnnieRuru <jeankofannie2@gmail.com>2019-03-30 03:00:41 +0800
commitc90ec16607f6ff4e422e2a5eca465a88af8b0af3 (patch)
tree78081ad6df236db7dc3ac48e3e2f0f8e981044d2 /doc
parente1e951c805916853e55ff5b9ce0531e0cf483ebf (diff)
downloadhercules-c90ec16607f6ff4e422e2a5eca465a88af8b0af3.tar.gz
hercules-c90ec16607f6ff4e422e2a5eca465a88af8b0af3.tar.bz2
hercules-c90ec16607f6ff4e422e2a5eca465a88af8b0af3.tar.xz
hercules-c90ec16607f6ff4e422e2a5eca465a88af8b0af3.zip
Add optional parameter for *showscript to send target to SELF only
- also remove the useless script_pushint
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 19f189f81..077895e2b 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -4443,11 +4443,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
---------------------------------------