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

[ QUOTE ]
another question. how do i assign gamepad buttons to make these bets?

[/ QUOTE ]

You do Hotkeys like:

<font class="small">Code:</font><hr /><pre>
Joy6::
Pot(getid())
return
</pre><hr />

The Joy&lt;NUMBER&gt; depends on what your gamepad exposes, experiment with it. You can generally see the Joy&lt;numbers&gt; in "control panel -&gt; game controllers".


The upcoming BetPot v-0.3 will feature a convenient GUI to make such set ups very easy.. but is a week away at least [img]/images/graemlins/smile.gif[/img]


EDIT: gswarriorfan - do you get any clues if you run the script with "debug" enabled? I can't for the life of me figure out why you are having trouble on XP, debug data will help greatly.... are you running SnoopFree by chance?


dave.
Reply With Quote