View Single Post
  #5  
Old 11-26-2006, 03:04 PM
sebbb sebbb is offline
Senior Member
 
Join Date: Oct 2006
Posts: 970
Default 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
Reply With Quote