From 454ae6b78937da966545207b94b1e0a037fdb098 Mon Sep 17 00:00:00 2001 From: Lance Date: Sat, 1 Apr 2006 02:11:23 +0000 Subject: * 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 --- doc/script_commands.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3-60-g2f50