diff options
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 16 |
1 files changed, 8 insertions, 8 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 |