View Single Post
  #2  
Old 07-24-2006, 01:15 PM
PLOlover PLOlover is offline
Senior Member
 
Join Date: Jun 2005
Posts: 3,465
Default Re: Table Highlighter (New AHK Script)

if (IsTableWaitingExParty(tableID))

should be something like below if you dont want the preselect checkboxes to activate the bar.

if ( IsTableWaitingExParty(tableID) and th_check_advance_actions = 1 )
Reply With Quote