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

[ QUOTE ]

in play money 5/10 tables, when I right-click my mouse, the bet text box shows 60.00, and when i roll the wheel up/down, it changes to 75.000000, how to remove these decimal 0s?

i set the default round_bet to 5:
<font class="small">Code:</font><hr /><pre> Pot(id, frac=1, round_bet=5, open_adjust="", autoBet=0)
</pre><hr />

thanks///

[/ QUOTE ]

It just needs a Round() command somewhere in the AlterAmount function.

Since I'm posting a new version shortly anyway (to fix Full Tilt's update) I'll put this in - I cant imagine anyone wants all those zeroes [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote