Thread: iWitness v2
View Single Post
  #425  
Old 04-22-2007, 10:44 AM
Hobbes614 Hobbes614 is offline
Junior Member
 
Join Date: Nov 2006
Posts: 17
Default Re: iWitness v2

Here is what I did to get it to work (for NL anyways)

change the line:
IfInString, is_cash, $100/$200
to
IfInString, is_cash, $ 100/$ 200

and change the limits in the NL list

Else if which_game = No-Limit Hold'em
GuiControl, , which_limit, |$25/$50|$10/20 NL|$5/10 NL|$3/6 NL|$2/4 NL|$1/2 NL|$0.50/1 NL|$0.25/0.50 NL

so that the limits read
$ 0.25/$ 0.50
note the additional $, spaces and the removal of NL
Reply With Quote