summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authormarky291 <Marky360@live.ie>2017-06-03 17:48:09 +0100
committerHaru <haru@dotalux.com>2017-06-03 18:48:09 +0200
commit9d28c5187812e496b10d6fbaf62c642a69916021 (patch)
treed2a4a37032205fd33d6e01df9130fcee07b58e15 /doc/script_commands.txt
parentba16f3c18950e79f6853c72ac7fe967ddb0f95fe (diff)
downloadhercules-9d28c5187812e496b10d6fbaf62c642a69916021.tar.gz
hercules-9d28c5187812e496b10d6fbaf62c642a69916021.tar.bz2
hercules-9d28c5187812e496b10d6fbaf62c642a69916021.tar.xz
hercules-9d28c5187812e496b10d6fbaf62c642a69916021.zip
Documenation for <URL> browser dimensions. (#1755)
* Document <URL> browser dimension.
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 4252ad5e2..861b9cc59 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -1242,7 +1242,11 @@ 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.
+This will allow you to visit 'Google' with the in-game browser using default dimensions.
+
+ mes("You can <URL>Bing!<INFO>http://www.bing.com/,800,600</INFO></URL> anything");
+
+Clicking 'Bing!' will open the in-game browser using the specified dimensions. (800x600)
---------------------------------------