We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If the unit is known, returns the full RP name of a unit.
local unitRPName = TRP3_API.r.name(unitID);
unitID
player
target
pet
focus
unitRPName
Macro to salute your target using their RP name :
/run local unitRPName=TRP3_API.r.name("target"); SendChatMessage("Hello "..unitRPName);