Change Class From
Change Class To
These are called when a character changes class. 'Change Class From' is called immediately after the player selects a new class. Then the character's class is updated. Finally, 'Change Class To' is called.
Parameters
The script has access no parameters:
Search order:
The class being changed 'from' or 'to'. Respectively.
Context
Character – the character who is changing class
Class – The class being changed 'from' or 'to'.
Example of use
You might use this hook to remove (or add) special abilities associate with the character's class.