Re: My PokerStars SNG AHK script
Great script
I think I got the cascade key to work. (I'm no programmer, so dont be too harsh if it doesnt). Also this might work only for regular size windows, but I'm not too sure about that.
I added one line to:
F1:: ;__Cascades tables
PostStarsClick(450, 60, ExFromList(tablesStars()))
SendPlay c
return
which becomes:
F1:: ;__Cascades tables
PostStarsClick(450, 60, ExFromList(tablesStars()))
SendPlay v
SendPlay c
return
Also you can change the line:
SendPlay c
to
SendPlay t
And you will tile the windows instead of cascading them
|