Re: TableNavigator
Canta,
I downloaded RedNines, and this works for me:
tablesRedNines(lobby) {
SetTitleMatchMode 1
WinGet, pid, pid, ahk_id%lobby%
WinGet, list, list, Poker ahk_pid%pid%
Loop % list
tables := list%a_index%!=lobby
? addToList(tables, list%a_index%)
: tables
return tables
}
It has to be list not id, sorry about that.
|