diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-15 03:38:20 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-06-15 03:38:20 +0000 |
commit | 2503f4ca66cfd8c7014d099883ca696082c27a39 (patch) | |
tree | 365257e90c13bc06ecef7532eb822e2e96a18bb7 /doc/script_commands.txt | |
parent | 3ccfb98795c04afa86e09b2f110b7319b3cf250f (diff) | |
download | hercules-2503f4ca66cfd8c7014d099883ca696082c27a39.tar.gz hercules-2503f4ca66cfd8c7014d099883ca696082c27a39.tar.bz2 hercules-2503f4ca66cfd8c7014d099883ca696082c27a39.tar.xz hercules-2503f4ca66cfd8c7014d099883ca696082c27a39.zip |
- Changed some variables to scope instead of permanent char. (bugreport:3248)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13890 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 7c3a2bec5..343098d73 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -1463,6 +1463,7 @@ generally cleaner: --------------------------------------- *callsub <label>{,<argument>,...<argument>}; +*callsub(<label>{,<argument>,...<argument>}) This command will go to a specified label within the current script (do NOT use quotes around it) coming in as if it were a 'callfunc' call, and pass it |