summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-23 03:29:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-23 03:29:59 +0300
commit750ec4a4e717b37a9a91990a9f06a3f071cc3fc6 (patch)
tree8fc96cbd28a1cc56dec7f99796443f90d1ce71fb /doc
parent966ae872aed88253ae645c07b66ec6bd19d619df (diff)
parentfeff016d6bc7e811d03c958da754df20f630b33b (diff)
downloadhercules-750ec4a4e717b37a9a91990a9f06a3f071cc3fc6.tar.gz
hercules-750ec4a4e717b37a9a91990a9f06a3f071cc3fc6.tar.bz2
hercules-750ec4a4e717b37a9a91990a9f06a3f071cc3fc6.tar.xz
hercules-750ec4a4e717b37a9a91990a9f06a3f071cc3fc6.zip
Merge pull request #1003 from HerculesWS/865-var_length
Merge of #866 and #867
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index ef4816889..c08596f9a 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -525,7 +525,8 @@ If a variable was never set, it is considered to equal zero for integer
variables or an empty string ("", nothing between the quotes) for string
variables. Once you set it to that, the variable is as good as forgotten
forever, and no trace remains of it even if it was stored with character
-or account data.
+or account data. The maximum length of variable name including prefix and
+suffix is 32.
Some variables are special, that is, they are already defined for you by
the scripting engine. You can see the full list somewhere in