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

[ QUOTE ]
How do you change the mouse wheel to be SB increments instead of BB increments? This is probably buried somewhere but I can't find it. Thanks

[/ QUOTE ]

Edit the script in Notepad.

Find these two hotkeys (very near top of the script)

Add the <font color="blue">blue bits</font>

Save &amp; reload [img]/images/graemlins/smile.gif[/img]

---------------------------------------------------

~WheelUp::
AlterAmount(getid(),"up"<font color="blue">, 1, "sb"</font>)
return

~WheelDown::
AlterAmount(getid(),"down"<font color="blue">, 1, "sb"</font>)
return

---------------------------------------------------


dave.
Reply With Quote