diff options
author | shennetsind <ind@henn.et> | 2013-07-21 11:34:35 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-07-21 11:34:35 -0300 |
commit | e3fd7cc88828865aa94ad00a2e2301a1d44e0831 (patch) | |
tree | 571b7abc97e0740f324cdf1cbab532a18084b05f /doc/script_commands.txt | |
parent | a76709480b8300c7af955f5c2c85d2039c1ee919 (diff) | |
parent | 760faf643731de9d38623dce4d129375801f8b33 (diff) | |
download | hercules-e3fd7cc88828865aa94ad00a2e2301a1d44e0831.tar.gz hercules-e3fd7cc88828865aa94ad00a2e2301a1d44e0831.tar.bz2 hercules-e3fd7cc88828865aa94ad00a2e2301a1d44e0831.tar.xz hercules-e3fd7cc88828865aa94ad00a2e2301a1d44e0831.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 13 |
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; |