View Single Post
  #286  
Old 11-14-2007, 02:50 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
Xanderz, is it possible to set a different value for the Full Tilt reloading? Let's say I only want to reload when i get below 90bb ?

[/ QUOTE ]
This will be changable in the Settings window in the future. For now you can edit the AutoReload.ahk file by changing the line:

if (reload || chips < 100 * FullTilt_GetBlind(true)) {

to

if (reload || chips < 90 * FullTilt_GetBlind(true)) {
Reply With Quote