Not sure how the new windows are handled, is there a list of common window names? For instance this is the line I use as a quick escape, since inventory window is closed by a single button press or by zoning...
/if $invpanel==TRUE /goto :again
and i am at ends of figuring out proper way to convert...
/newif (!(${Me.InvPanel.Open)) /goto :again
doesn't seme to work...
and I can't find the right name to use. Am I supposed to use eqgui_inv something? (filename?)

