View Single Post
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