summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 1c9e254b2..6803e5fae 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -529,7 +529,10 @@ NextJobExp - Same for job levels.
Hp - Current amount of hit points.
MaxHp - Maximum amount of hit points.
Sp - Current spell points.
-MaxSp - Maximum amount of spell points.
+MaxSp - Maximum amount of spell points
+BaseClass - This will return the starter Class of the invoking Character.
+ For example: If you're an Knight this would return Swordsman,
+ or if you're an Bard it will return Archer.
BaseJob - This is sneaky, apparently meant for baby class support.
This will supposedly equal Job_Acolyte regardless of whether the
character is an acolyte or a baby acolyte, for example.