Join Date: Jul 2007
Posts: 15
I use the code below for pop up the urgent table on Party Poker, its works, but
after make a action on a table, the text "you have x seconds..." is detected for 2 ou 3 secs after hide, some sugestions?
cont := 1
Loop, 22
{
IfWinExist, , You have %cont% secs to respond
{
WinActivate
break
}
cont := cont + 1
}