summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorAnnieRuru <jeankof@ymail.com>2015-11-15 22:35:40 +0800
committerHaru <haru@dotalux.com>2015-12-18 05:34:16 +0100
commit94ae094436891942d4090355c097075d2d5fe04e (patch)
treecf86d8579b9f90914def132a605cfd018536e0ad /doc/script_commands.txt
parent2fb13195ab3e72c52114259e77358b81fc3a9e3d (diff)
downloadhercules-94ae094436891942d4090355c097075d2d5fe04e.tar.gz
hercules-94ae094436891942d4090355c097075d2d5fe04e.tar.bz2
hercules-94ae094436891942d4090355c097075d2d5fe04e.tar.xz
hercules-94ae094436891942d4090355c097075d2d5fe04e.zip
*Fix the misleading label name length
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index a128dd6af..b676eb7f4 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -978,12 +978,10 @@ Within executable script code, some lines can be labels:
Labels are points of reference in your script, which can be used to route
execution with 'goto' and 'menu' commands, invoked with 'doevent', 'donpcevent'
and 'callsub' commands and are otherwise essential. A label's name may not be
-longer than 22 characters. (23rd is the ':'.) There is some confusion in the
-source about whether it's 22, 23 or 24 all over the place, so keeping labels
-under 22 characters could be wise. It may only contain alphanumeric characters
-and underscore. In addition to labels you name yourself, there are also some
-special labels which the script engine will start execution from if a special
-event happens:
+longer than 23 characters. (24th is the ':'.) It may only contain alphanumeric
+characters and underscore. In addition to labels you name yourself, there are
+also some special labels which the script engine will start execution from if
+a special event happens:
OnClock<hour><minute>:
OnMinute<minute>: