1
0
EQ2Emu/docs/lua_functions/ResetCharacterTitlePrefix.md
2025-05-28 21:48:33 -04:00

364 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)