View Single Post
  #1310  
Old 08-08-2007, 09:06 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Well actually I can't get it to do an actual pot sized raise preflop, ie 3.5x the bb.
I changed the right button from ssnl to tourney.
Sometimes it will be 2.5 (which would be fine), others it will be 1.5 and others just 3.

How would you go about making it do this?

Thanks!

SD

[/ QUOTE ]

A bare Pot() command, such as:
<font class="small">Code:</font><hr /><pre>
MButton::
Pot(getid(), "1")
return
</pre><hr />

Should produce a perfect pot sized raise at all times - any joy?

dave.
Reply With Quote