diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-09 02:36:59 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-09 02:36:59 +0000 |
commit | 84180a86884b492d62b346b5a88510b242d8f5bc (patch) | |
tree | a7e7299e4eb4aa8b000deddcbec131cff32fb67f /doc | |
parent | 7d745f0f0ef4756e91ad55fd96d63016bc97df41 (diff) | |
download | hercules-84180a86884b492d62b346b5a88510b242d8f5bc.tar.gz hercules-84180a86884b492d62b346b5a88510b242d8f5bc.tar.bz2 hercules-84180a86884b492d62b346b5a88510b242d8f5bc.tar.xz hercules-84180a86884b492d62b346b5a88510b242d8f5bc.zip |
- Updated some URLs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15037 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 16 | ||||
-rw-r--r-- | doc/whisper_sys.txt | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index bf2a5c2ca..f5d9a9cee 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3265,14 +3265,6 @@ character while the map is "this", it will return -1. --------------------------------------- -*getstrlen("<string>") - -This function will return the length of the string given as an argument. It is -useful to check if anything input by the player exceeds name length limits and -other length limits and asking them to try to input something else. - ---------------------------------------- - *skillpointcount() Returns the total amount of skill points a character possesses (SkillPoint+SP's used in skills) @@ -6583,6 +6575,14 @@ Example(s): --------------------------------------- +*getstrlen("<string>") + +This function will return the length of the string given as an argument. It is +useful to check if anything input by the player exceeds name length limits and +other length limits and asking them to try to input something else. + +--------------------------------------- + *charisalpha("<string>",<position>) This function will return 1 if the character number Position in the given string diff --git a/doc/whisper_sys.txt b/doc/whisper_sys.txt index f8bab699a..7f4091408 100644 --- a/doc/whisper_sys.txt +++ b/doc/whisper_sys.txt @@ -1,4 +1,4 @@ -Adapted from: http://eathena.deltaanime.net/board/index.php?showtopic=42659 +Adapted from: http://www.eathena.ws/board/index.php?showtopic=42659 Copied by: Massdriller Post made by: lordalfa |