Re: Table Highlighter (New AHK Script)
[ QUOTE ]
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 )
[/ QUOTE ]
Thanks. Script updated now.
Adde
|