02-25-2015, 02:12 AM
you mean something like this?
This will attack a town hall that is level 7 and below with its town hall located outside its base.
Code:
ElseIf $searchTH <= 7 And $THLoc = "Outside" Then
SetLog("~~~~~~~Weak Farming Town Hall Found!~~~~~~~", $COLOR_GREEN)
ExitLoop
This will attack a town hall that is level 7 and below with its town hall located outside its base.