14 lines
335 B
Markdown
14 lines
335 B
Markdown
Function: ResetCharacterTitlePrefix(Player)
|
||
|
||
Description: Clears the player’s current prefix title, so no prefix is shown before their name.
|
||
|
||
Parameters:
|
||
|
||
Player: Spawn – The player whose prefix to clear.
|
||
|
||
Returns: None.
|
||
|
||
Example:
|
||
|
||
-- Example usage (player relinquishes a bestowed noble title)
|
||
ResetCharacterTitlePrefix(Player) |