View Single Post
  #5  
Old 08-15-2007, 04:39 AM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Bet pot script with side buttons any 1?

Edit the betpot_default_ahk file. See the Stars Bet Pot AHK? thread for details on how to set up hotkeys.

To make the buttons bet 2/3 and 3/4 pot on all streets use this <font class="small">Code:</font><hr /><pre>~Xbutton1::
Pot(getid(),"0.66")
return

~Xbutton2::
Pot(getid(),"0.75")
return</pre><hr />
Reply With Quote