View Single Post
  #1727  
Old 11-20-2007, 10:50 PM
disco_stu1978 disco_stu1978 is offline
Senior Member
 
Join Date: Nov 2005
Posts: 291
Default Re: Stars Bet Pot AHK ?

This is all I have added to the new script, I have not changed anything in the original text, just added this stuff to the top.

;------------ START OF HOTKEY SETUP SECTION --------------------

numpad1::
Fold(getid())
return

numpad2::
Call(getid())
return

numpad3::
RaiseStars(getid())
return

numpad7::
Pot(getid(),"1.75 1.26 1.26 1.26", "", "", 0)
return

numpad8::
Pot(getid(),"100", "", "", 0)
return

numpad6::
Pot(getid(),"1.25 1 1 1", "", "", 0)
return

numpad5::
Pot(getid(),"1 0.82 0.82 0.82", "", "", 0)
return

numpad4::
Pot(getid(),"0.75 0.58 58 0.58", "", "", 0)
return



this is my table setup, there is a little overlap so that I can tell which table is the active one (I still cannot get any of the table highlighters to work, and still no little red GUI for me.....

So If I have action on the top table, it will come forward as active, but when I press numpad1 (fold) it switches me back to the other table and will not complete my action on the active table....I am kinda lost (might have an idea) but thought I would respond too.

Thanks in advance dave [img]/images/graemlins/laugh.gif[/img]
Reply With Quote