• 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

Enter array value at row x, hero lab fills in the rest

RavenX

Well-known member
Mathias,

How do I tell hero lab to keep the value of something unless it changes? I am thinking this might be a better method than adding values at every level for some of my arrays (such as the Psionicist, once that class hits 5 disciplines, attacks and defenses it never increases past that).
 
In d20/pathfinder, the script that looks up the value, if it finds that the value it tries first is a 0, uses a for/next construct to search through the array until it finds a value.
 
Back
Top