I need to make a bootstrap condition that triggers if the hero's total levels of two different classes is a certain value. Basically I want the equivalent of:
(count:Classes.Class1 + count:Classes.Class2) >= num
This obviously doesn't work since you cannot use math operations in tag expressions. So what expression can I use?
(count:Classes.Class1 + count:Classes.Class2) >= num
This obviously doesn't work since you cannot use math operations in tag expressions. So what expression can I use?