1
0
EQ2Emu/docs/lua_functions/ResetCharacterTitlePrefix.md
2025-05-19 13:13:42 -04:00

335 B
Raw Blame History

Function: ResetCharacterTitlePrefix(Player)

Description: Clears the players 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)