summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-26 16:37:30 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-26 16:37:30 +0000
commitccdbfa796421ab45c7eaf6857f9617a4f18a82c5 (patch)
tree36c74d640beb69c96691e32ffc7eab76fb991b97 /doc/script_commands.txt
parent9f69e816b69ba212438eeca2c1176cd9a1d0342d (diff)
downloadhercules-ccdbfa796421ab45c7eaf6857f9617a4f18a82c5.tar.gz
hercules-ccdbfa796421ab45c7eaf6857f9617a4f18a82c5.tar.bz2
hercules-ccdbfa796421ab45c7eaf6857f9617a4f18a82c5.tar.xz
hercules-ccdbfa796421ab45c7eaf6857f9617a4f18a82c5.zip
* Updated Super Novice Expansion quest to match the official one, thanks to Gennosuke (the original script is edited a lot, though)
* Updated "Pile Bunker" quest to official, also thanks to Gennosuke * Follow-up r16485, removed bind limit from documentation git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16505 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index e048707ba..a8b3f27ed 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -2113,8 +2113,7 @@ array, shifting all the elements beyond this towards the beginning.
*bindatcmd("command","<NPC object name>::<event label>"{,<atcommand level>,<charcommand level>});
This command will bind a NPC event label to an atcommand. Upon execution of
-the atcommand, the user will invoke the NPC event label. Note that a hardcoded
-limit of bindings is set in /src/map/atcommand.h, with 100 as the default value.
+the atcommand, the user will invoke the NPC event label.
Example:
When a user types the command "@test", an angel effect will be shown.