• 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

Counting copies

RavenX

Well-known member
Mathias,

My next question is how do I get hero lab to keep track of the number of copies something has? I know pathfinder uses a field xCount that tracks this, but how do I set up something like this for class features? I have to bootstrap the same ability multiple times in some cases and it would be nice to have a different count on them.
 
Hint: foreach from the class, which has a variable in it. This time, you're not looking for foreach bootstrap - this is in the pick context, so you can use foreach pick, and find all the abilities tagged for this class
 
Back
Top