What is a good timing for this script. I have tried post level 20000, first 100, post att 10000 and final 10000. The script works fine and applies the tags, but it can't seem to meet the min level requirements for the "count as" class.
~ Include any class levels as 1:1
field[abValue].value += hero.tagcount[Classes.FGMPIntel]
var iX as number
for iX = 1 to field[abValue].value
perform hero.assign[ClsCountAs.cHelpAlc]
next
~ Include any class levels as 1:1
field[abValue].value += hero.tagcount[Classes.FGMPIntel]
var iX as number
for iX = 1 to field[abValue].value
perform hero.assign[ClsCountAs.cHelpAlc]
next