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

[ QUOTE ]
dave, is it possible to round to the nearest dollar when I delete everything following the potid thingy?

[/ QUOTE ]

Sure, that would be:
<font class="small">Code:</font><hr /><pre>
Pot(getid(),"1", 1)
</pre><hr />
I think.

Similarly,
<font class="small">Code:</font><hr /><pre>
Pot(getid(),"1 0.8 0.75 0.6", 1)
</pre><hr />

would do the same rounding to $1, but with different per-street percentages.

It is funny/annoying, I can't wait for this PStars promo to be over - but it is absolutely awesome while it lasts.

I've got so many half-finished script updates I need to finish/post - including a BetPot v3 with an easy to use GUI for setting this sort of thing... but double VPPs = I must push for supernova this week [img]/images/graemlins/frown.gif[/img]

dave.
Reply With Quote