Hello,
I have been playing around with the authoring kit for a while now but have hit a small issue with the module I'm knocking about.
I have used a <candidate></candidate> expression to limit the choices a person has with regards to abilities a career can select. The actual expression is very long as there is a large number of careers.
<candidate>(Ability.Almist & hero#Class.clAlist) | (Ability.Alleg & hero#Class.clAlleg) | (Ability.ArcMech & hero#Class.clArcMech) | ......etc </candidate>
However, the list is now so long that it literally crashes Hero Labs if I try to add any more to it.
Is there a way that I can pull the class tag off the Hero and use it in the candidate expression? This would reduce this massive expression down vastly to only a few lines.
I have been playing around with the authoring kit for a while now but have hit a small issue with the module I'm knocking about.
I have used a <candidate></candidate> expression to limit the choices a person has with regards to abilities a career can select. The actual expression is very long as there is a large number of careers.
<candidate>(Ability.Almist & hero#Class.clAlist) | (Ability.Alleg & hero#Class.clAlleg) | (Ability.ArcMech & hero#Class.clArcMech) | ......etc </candidate>
However, the list is now so long that it literally crashes Hero Labs if I try to add any more to it.
Is there a way that I can pull the class tag off the Hero and use it in the candidate expression? This would reduce this massive expression down vastly to only a few lines.