summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-11 05:01:48 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-11 05:01:48 +0000
commit22cb0f6ae50bedfe84c8f79f1835b116a9f04660 (patch)
treef4c881d1a5db74709e5f37e3c768d27e4542fea9 /doc
parent8675bbad09d98c3470b2fce314e92f9af9ceed93 (diff)
downloadhercules-22cb0f6ae50bedfe84c8f79f1835b116a9f04660.tar.gz
hercules-22cb0f6ae50bedfe84c8f79f1835b116a9f04660.tar.bz2
hercules-22cb0f6ae50bedfe84c8f79f1835b116a9f04660.tar.xz
hercules-22cb0f6ae50bedfe84c8f79f1835b116a9f04660.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index cb91478e0..48b5c591e 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -9,7 +9,7 @@
//= Maeki Rika - A section on general concepts and lots of
//= other updates and additions.
//===== Version ===========================================
-//= 2.7c
+//= 2.8a
//=========================================================
//= 1.0 - First release, filled will as much info as I could
//= remember or figure out, most likely there are errors,
@@ -5031,7 +5031,7 @@ mes "3."+@name$[2]+"("+@fame[2]+")";
mes "4."+@name$[3]+"("+@fame[3]+")";
mes "5."+@name$[4]+"("+@fame[4]+")";
-Note: It is available in SQL version only.
+Note: In the TXT version it doesn't fill the array and always return -1.
Note: Use Text$[] array to recieve all data as text.
---------------------------------------