summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorjaBote <javote91@hotmail.com>2013-07-19 20:43:51 +0200
committerjaBote <javote91@hotmail.com>2013-07-19 20:43:51 +0200
commit7e58225a477f3f7018434de0d227638bc3bd2b34 (patch)
tree05efd16882f38b55fe375ec240a545bcb1720206 /doc/script_commands.txt
parent860c36ea6474c0d5bc532182baec8414ed35fbf6 (diff)
downloadhercules-7e58225a477f3f7018434de0d227638bc3bd2b34.tar.gz
hercules-7e58225a477f3f7018434de0d227638bc3bd2b34.tar.bz2
hercules-7e58225a477f3f7018434de0d227638bc3bd2b34.tar.xz
hercules-7e58225a477f3f7018434de0d227638bc3bd2b34.zip
Update script_commands.txt
Added some neat info Yommy gave us :D
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index ccb45e5e1..2e8afe5dd 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -1063,6 +1063,19 @@ command, use the script command in the following format:
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:
+
+ mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";
+
+Will make the [Hat Maker] text clickable in the client and start a navigation
+to that point.
+
+ mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
+
+Clicking Google will open the browser and point to Google website.
+
---------------------------------------
*next;