diff options
author | cookiecrumbs <cookiecrumbs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-22 05:28:24 +0000 |
---|---|---|
committer | cookiecrumbs <cookiecrumbs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-22 05:28:24 +0000 |
commit | e44a02a67707b2d2c2701706c9f14360fc938c20 (patch) | |
tree | f56cc8b480e0eb0f6fa69b6d886920833d589dfd /doc | |
parent | 52ed37bd877a4f462171a1501ec1ab2c4fd19eea (diff) | |
download | hercules-e44a02a67707b2d2c2701706c9f14360fc938c20.tar.gz hercules-e44a02a67707b2d2c2701706c9f14360fc938c20.tar.bz2 hercules-e44a02a67707b2d2c2701706c9f14360fc938c20.tar.xz hercules-e44a02a67707b2d2c2701706c9f14360fc938c20.zip |
Follow up to r16471 documenting the array parameters system of the useatcmd.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16472 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index d862acd9d..39d6be45f 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2129,6 +2129,15 @@ This command will unbind a NPC event label from an atcommand. This command will execute a custom atcommand on the attached RID from a script. +This command, whether invoked by a script or command, will set paremeters to +an array .@atcmd_parameters$[index] starting with an index of 0. + +Example: +@test Testing Command + +The above would reflect the .@atcmd_parameters$[0] to equal "Testing" and +.@atcmd_parameters$[1] to equal "Command". + --------------------------------------- ====================================== |