Thread
:
Table Highlighter (New AHK Script)
View Single Post
#
2
07-24-2006, 01:15 PM
PLOlover
Senior Member
Join Date: Jun 2005
Posts: 3,465
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 )
PLOlover
View Public Profile
Find all posts by PLOlover