Re: Stars Buddy List AHK Script
[ QUOTE ]
It would be, but unfortunately there is no way to read the "found player" box in autohotkey as far as I know. So I believe we're stuck with this pretty much the way it is.
[/ QUOTE ]
Yes there is:
ControlGet, info, list,, ListBox1, % " Find Player"
Msgbox % info
The fact that Stars dialog titles start with a space is annoying...
I wouldn't mind writing a quick gui for this, but there's no way to find out the LIMIT I'm afraid (unless someone feels like creating a database matching table names to limit).
|