Thread Tools Display Modes
Prev Previous Post   Next Post Next
08/04/21, 02:22 PM   #1
TrelliumTB
Join Date: Feb 2021
Posts: 3
Getting rid of a popup (zone instance)

Hello everyone,

First off, thanks for all your work in documenting the ESO Lua system. I used it a great deal in making up our Addons.

But, I have a problem that has me stumped. I made a group invite addon for our family. It works well, it makes up a group of our currently logged in characters, removes ones that have logged out and that sort of thing.

But, if I invite a character that is in the same zone but a different instance, I get a message that says:

Code:
This group's leader is located in a different version of <zone name>. Would you like to travel to their version ... F-Accept X-Decline
I can't figure out how to accept or decline this message through Lua. We always decline it, and then later on meet up (not always the group leaders location), so it would be great to auto-decline this option.

I have "IsGroupMemberInSameInstanceAsPlayer(inviterAccount)", which detects the issue properly, but I can't seem to get rid of the popup itself. It also doesn't time-out and go away.

It's probably something obvious, but I just don't see it
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » Getting rid of a popup (zone instance)


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