Alignment
The Alignment Module extends the Alignment class, it adds some additional alignment related functions to be used on players.
Server
get_lawfulness_title
Retrieves the title associated with a specific lawfulness value.
Parameters:
value (number) - The player's lawfulness value.
Returns:
(string) - The title for the lawfulness value.
Example Usage:
get_morality_title
Retrieves the title associated with a specific morality value.
Parameters:
value (number) - The player's morality value.
Returns:
(string) - The title for the morality value.
Example Usage:
Last updated