|
@@ -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()
|
|
*skillpointcount()
|
|
|
|
|
|
Returns the total amount of skill points a character possesses (SkillPoint+SP's used in skills)
|
|
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>)
|
|
*charisalpha("<string>",<position>)
|
|
|
|
|
|
This function will return 1 if the character number Position in the given string
|
|
This function will return 1 if the character number Position in the given string
|