summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-06-18 00:45:47 +0200
committerHaru <haru@dotalux.com>2016-06-25 17:29:47 +0200
commitbe570dd88f744efcf837a69901ad60bb1c78fffe (patch)
tree8a14843d3594e310c943f6e2aad271a16193d129 /doc
parent6ff6b99d6665a387d83018f39dbf88f150338711 (diff)
downloadhercules-be570dd88f744efcf837a69901ad60bb1c78fffe.tar.gz
hercules-be570dd88f744efcf837a69901ad60bb1c78fffe.tar.bz2
hercules-be570dd88f744efcf837a69901ad60bb1c78fffe.tar.xz
hercules-be570dd88f744efcf837a69901ad60bb1c78fffe.zip
Removed the uncommon (and useless) multi-argument variant of mes()
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index f9a628953..fea7b3c3b 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -1188,7 +1188,7 @@ From here on, we will have the commands sorted as followed:
//=====================================
---------------------------------------
-*mes "<string>"{,"<string>"..."<string>"};
+*mes "<string>";
This command will displays a box on the screen for the invoking character,
if no such box is displayed already, and will print the string specified
@@ -1220,14 +1220,6 @@ non-English characters, the color codes might get screwed if they stick to
letters with no intervening space. Separating them with spaces from the
letters on either side solves the problem.
-To display multiple lines of message while only using a single mes;
-command, use the script command in the following format:
-
- mes "Line 1", "Line 2", "Line 3";
-
-This will display 3 different lines while only consuming a single line in
-the relevant script file.
-
If you're using a client from 2011-10-10aRagexe.exe onwards, you can also
use automatic navigation and open URLs in browser by using some HTML-like
labels. For example: