• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Using candidate within a table - Question

JakeMilo

Well-known member
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.
 
Create another tag to add to those abilities and then you can check for the tag on just those abilities.
 
Last edited:
Back
Top