Turns off the highlight on the specified player, if highlighted by ClientOp.highlightPlayerOn
The highlight channel [1-32]. Positive integer.
The display name of the player to remove highlighting from.
wasFound, playerId = osrs.ClientOp.pFindself();osrs.ClientOp.highlightPlayerOff(5, osrs.ClientOp.pName(playerId)) Copy
wasFound, playerId = osrs.ClientOp.pFindself();osrs.ClientOp.highlightPlayerOff(5, osrs.ClientOp.pName(playerId))
Turns off the highlight on the specified player, if highlighted by ClientOp.highlightPlayerOn