![]() |
|
#11
|
|||
|
|||
|
No luck.
lobbyRedNines() { SetTitleMatchMode 1 WinGet, id, id, ahk_class GFX_INT_DLG_WINDOW_MAIN_PrimaPokerNetwork return id } tablesRedNines(lobby) { SetTitleMatchMode 1 WinGet, pid, pid, ahk_id%lobby% WinGet, id, id, Poker ahk_pid%pid%; also tried WinGet, list, list, Poker ahk_pid%pid% Loop % list tables := list%a_index%!=lobby ? addToList(tables, list%a_index%) : tables return tables } Does all the other functions need to be filled out , becasuse they are blank now? |
|
|