View Single Post
  #386  
Old 11-26-2006, 07:19 AM
GLmaestro GLmaestro is offline
Senior Member
 
Join Date: Mar 2006
Location: Sweden
Posts: 538
Default Re: Stars Bet Pot AHK ?

Hi Dave,

Thanks a lot for helping.

Here's the code that caused my FT client crash:

~RButton::
Pot(getid(),"1 0,85 1 1", "smallblind", 0, 0)
return

~MButton::
Pot(getid(),"9999 9999 9999 9999", "smallblind", "ssnl", 0)
return

~XButton1::
Pot(getid(),"0.66 0.66 0.66 0.66", "smallblind", "ssnl", 0)
return

~XButton2::
Pot(getid(),"0.5 0.5 0,5 0.5", "smallblind", "ssnl", 0)
return


Also, my extrabuttons don't seem to work at all. They both generate a potsize bet. What can be wrong here, should I just remove the "~" from every button?

Thanks
Reply With Quote