diff options
author | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-01 02:11:23 +0000 |
---|---|---|
committer | Lance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-01 02:11:23 +0000 |
commit | 454ae6b78937da966545207b94b1e0a037fdb098 (patch) | |
tree | 4bbf37710cab966b03bab7280b5f425b6cebad36 /doc | |
parent | bab1ce1992acc67b814e3de9f09ac58d569265b1 (diff) | |
download | hercules-454ae6b78937da966545207b94b1e0a037fdb098.tar.gz hercules-454ae6b78937da966545207b94b1e0a037fdb098.tar.bz2 hercules-454ae6b78937da966545207b94b1e0a037fdb098.tar.xz hercules-454ae6b78937da966545207b94b1e0a037fdb098.zip |
* April fool! Improved soundeffectall script command. (No, this is not a lie)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5832 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index dffb448ba..0d3ad3b72 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -440,13 +440,13 @@ Variable scope is defined by a prefix before the variable name: 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' table using
type 2.
-"##" - A permanent account-based variable stored by the login server.
- They are stored in "save\account.txt" and in the SQL versions in the
- 'global_reg_value' table, using type 1. The only difference you will
- note from normal # variables is when you have multiple char-servers
- connected to the same login server. The # variables are unique to each
- char-server, while the ## variables are shared by all these
- char-servers.
+"##" - A permanent account-based variable stored by the login server.
+ They are stored in "save\account.txt" and in the SQL versions in the
+ 'global_reg_value' table, using type 1. The only difference you will
+ note from normal # variables is when you have multiple char-servers
+ connected to the same login server. The # variables are unique to each
+ char-server, while the ## variables are shared by all these
+ char-servers.
Some variables are special, that is, they are already defined for you by the
scripting engine. You can see the full list somewhere in 'db/const.txt', which
|