summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-11-29 18:51:50 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-11-29 18:51:50 +0000
commit2841e9829aecd646e37438c44e856914b8ec43dc (patch)
tree64c942f7cbe98c3e07478eeb8cf8f21f0e76d1e7 /doc
parent0e7d4327dd2d8b2ad7aadd9ef02ed7d913dd96a6 (diff)
downloadhercules-2841e9829aecd646e37438c44e856914b8ec43dc.tar.gz
hercules-2841e9829aecd646e37438c44e856914b8ec43dc.tar.bz2
hercules-2841e9829aecd646e37438c44e856914b8ec43dc.tar.xz
hercules-2841e9829aecd646e37438c44e856914b8ec43dc.zip
Welcome to RAthena! http://rathena.org/board/topic/53704-rathena-the-fork/
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15001 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 103a84fa3..6f7a213c1 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -622,6 +622,9 @@ nothing - A permanent variable attached to the character, the default variable
callsub/callfunc starts a new scope, returning from the function
ends it. When a scope ends, it's variables are converted to values
('return .@var;' returns a value, not a reference).
+"'" - An instance variable
+ These are used with the instancing system, and are unique to each
+ party's instance.
"#" - A permanent local account variable.
They are stored with all the account data in "save\accreg.txt" in
TXT versions and in the SQL versions in the 'global_reg_value'
@@ -6925,6 +6928,8 @@ Parameter <alive timeout> specifies the total amount of time the instance will
exist. Parameter <idle timeout> specifies how long players have, when they are
outside of the instance, until it is destroyed.
+Both timeout values are in seconds.
+
---------------------------------------
=========================