Re: TableNavigator
[ QUOTE ]
I know you just have to change the numbers but I don't know how to figure out what to change it to.
[/ QUOTE ]
I'm doing the same for BetPot right now [img]/images/graemlins/frown.gif[/img]
There may be more for other game types and stuff, but for now on an normal NL table:
Fold: FTCButton11
Call: FTCButton12
Raise: FTCButton13
IsTableWaiting: FTCButton11 (fold button always present on waiting table)
Pot: FTCButton21
These are only the main action buttons, not the advance ones (not done those yet)
Best to remove the adv. ones for now until their new numbers are known - strange things might occur otherwise.
EDIT:
this one is unsafe - is it even in the newest TN code?
<font class="small">Code:</font><hr /><pre>
PotFullTilt(id) {
ControlClick, FTCButton22, ahk_id%id%
ControlGetText, Pot, Edit1, ahk_id%id%
return Pot
}
</pre><hr />
|