diff options
author | AnnieRuru <jeankof@ymail.com> | 2015-11-05 06:22:20 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-11-14 21:05:35 +0100 |
commit | 5869aadef89270cf38bee53f5ce3959142dde10a (patch) | |
tree | 90307ad880afd23f017fb52b7d479dc0eab94db0 /doc/script_commands.txt | |
parent | a3e041b4c425411ff38f4dfd6fd4aa1f6bca457c (diff) | |
download | hercules-5869aadef89270cf38bee53f5ce3959142dde10a.tar.gz hercules-5869aadef89270cf38bee53f5ce3959142dde10a.tar.bz2 hercules-5869aadef89270cf38bee53f5ce3959142dde10a.tar.xz hercules-5869aadef89270cf38bee53f5ce3959142dde10a.zip |
Fix @QMapChangeTo$ not usable when HQO_OnMapChange triggered
- also add documentation for it
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 28c218eba..6e2b92417 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -8987,6 +8987,9 @@ Modifies <queue_id>'s <optionType>. When <option val> is not present Currently 3 options are available: HQO_OnDeath (1), HQO_OnLogout (2), HQO_OnMapChange (3) +When HQO_OnMapChange event is triggered, it sets a temp char var +@QMapChangeTo$ with the destination map name. + Note: The constant names are not final. Example: |