View Single Post
06/07/14, 10:42 PM   #1
Sternentau
board director
 
Sternentau's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 17
JumpToGuildMember(name)

Greetings,

in the textbuffer within my addon i process links by calling ZO_ChatSystem_OnLinkClicked and all is fine...:

<TextBuffer name="$(parent)_Info" font="ZoFontChat" mouseEnabled="true" linkEnabled="true">
<OnLinkClicked>ZO_ChatSystem_OnLinkClicked(...)</OnLinkClicked></TextBuffer>

...but this does not handle if the player clicked on is a guild member (showing "Jump to guild member" or something similar).
Is there a way to add this to the popup if man is right-clicking onto the link? Or how could i solve it to offer anything that will execute a JumpToGuildMember(name)?

Thanks a lot


Sternentau
  Reply With Quote