I'll state up front I'm aware of the
What I'm looking to do is trigger the Roles pop-out menu and then select one of the roles. This doesn't appear to be a Lua issue specifically, but since that's what I'm writing in, I thought I'd ask here.
Getting a group member menu to appear isn't the issue.
What am I missing?
/grouproles command, but it's effect isn't applied consistently (especially with regards to mercs).What I'm looking to do is trigger the Roles pop-out menu and then select one of the roles. This doesn't appear to be a Lua issue specifically, but since that's what I'm writing in, I thought I'd ask here.
Getting a group member menu to appear isn't the issue.
mq.TLO.Window("GroupWindow").Child("GW_Gauge1").RightMouseUp() does the job just fine. From there, Something like mq.cmd('/notify \"Roles\" menuselect") isn't effective. I'm guessing because this is a hover pop-out (menuselect works on other menu items such as Show Display). Based on what I'm seeing in the Window Inspector, menus do not appear to have a name. If this is correct, it limits the ability to use mq.TLO.Window("<menu name>").Select.What am I missing?

