View Single Post
Illyahr
Senior Member
 
Join Date: Feb 2013
Posts: 357

Old September 2nd, 2018, 11:46 AM
As title.

Code:
var result as number

foreach pick in Hero from BaseSkill where "AllCraft"
  if (each.tagis[Helper.SkillFocus] <> 0) then
    result += 1
  endif
nexteach

if (result >= 1) then
  @valid = 1
endif
Getting an invalid tag error. What should I be using?
Illyahr is offline   #1 Reply With Quote