• 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

Limiting Custom Abilities

AndrewD2

Well-known member
I've got a few custom abilities that can be taken multiple times but have limits, like can only be taken every other level up to a maximum of 6 times. Another one that can be taken 4 times, etc.
 
For a flat "Can be taken X number of times" you can just set the maxlimit to X. For anything limited by level, you'll have to enter a fairly complex pre-req. I believe there are similar things in the Summoner's Eidolon Evolutions (Improved Natural Armor being one example).
 
maxlimit isn't a field, it's a property that is basic to the program. You can't manipulate it with scripts, but if you look to the lower right section of the editor you can set it there for a thing. It is below the linked panel ID and above the Author comments in the lower right.
 
Back
Top