View Single Post
  #4  
Old 10-25-2006, 03:00 AM
Dazarath Dazarath is offline
Senior Member
 
Join Date: Nov 2004
Location: (>\'.\')>
Posts: 3,394
Default Re: Stars Bet Pot AHK ?

There's a line:

Else If (unit = = "sb")

That should be:

Else If (unit = "sb")

I believe.
Reply With Quote