• 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

Extra

dartnet

Well-known member
How do I make a feat that adds extra,

Bardic Music,
Rages a day,
or Action Points.

Thanks in advance,

dartnet
 
dartnet wrote:
>
>
> How do I make a feat that adds extra,


Any time after the PostLevel phase, add to the "hTotal" field of one of
the following picks:


> Bardic Music,

hBrdMusic

> Rages a day,

cBbnRage

> or Action Points.

hActionPts


For example, to add 2 to the number of action points you're allowed, you
would do this:

hero.child[hActionPts].field[hTotal].value += 2


Hope this helps,


--
Colen McAlister (colen@wolflair.com)
Chief Engineer, Lone Wolf Development
http://www.wolflair.com/
 
Back
Top