Looking for a way to select destination when zoning.
Has anyone done anything like this?
Here is what I have so far, but god knows how to click a list item. God are you out there? hehe.
This just returns that it's a list... I can't figure out the rest. Can someone complete this function? Lets just say the bell is already clicked, or the Select Destination window is already open.
function main()
{
echo ${EQ2UIPage[Popup,ZoneTeleporter].Child[List,DestinationList].Type}
}
Has anyone done anything like this?
Here is what I have so far, but god knows how to click a list item. God are you out there? hehe.
This just returns that it's a list... I can't figure out the rest. Can someone complete this function? Lets just say the bell is already clicked, or the Select Destination window is already open.
function main()
{
echo ${EQ2UIPage[Popup,ZoneTeleporter].Child[List,DestinationList].Type}
}