Thread Tools Display Modes
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

ESOUI » Developer Discussions » Lua/XML Help » JumpToGuildMember(name)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off