diff options
author | marky291 <Marky360@live.ie> | 2017-06-03 17:48:09 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-06-03 18:48:09 +0200 |
commit | 9d28c5187812e496b10d6fbaf62c642a69916021 (patch) | |
tree | d2a4a37032205fd33d6e01df9130fcee07b58e15 /doc | |
parent | ba16f3c18950e79f6853c72ac7fe967ddb0f95fe (diff) | |
download | hercules-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')
-rw-r--r-- | doc/script_commands.txt | 6 |
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) --------------------------------------- |