summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2015-11-16 01:04:55 +0800
committerHaru <haru@dotalux.com>2015-12-22 04:11:51 +0100
commitfeff016d6bc7e811d03c958da754df20f630b33b (patch)
treee16b5eb79113536d37a54fa2ceb3f6236472d053 /doc/script_commands.txt
parentc276e2a6aa566400b1026236e7b2c09bfdcb72b5 (diff)
downloadhercules-feff016d6bc7e811d03c958da754df20f630b33b.tar.gz
hercules-feff016d6bc7e811d03c958da754df20f630b33b.tar.bz2
hercules-feff016d6bc7e811d03c958da754df20f630b33b.tar.xz
hercules-feff016d6bc7e811d03c958da754df20f630b33b.zip
Throw error when variable name length too long
Diffstat (limited to 'doc/script_commands.txt')
-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