• 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

Bonus feats for templates

Hi, Thanks for all the past help.

I'm creating a template (Paragon, page 209 in "Epic Level Handbook") that, among other benefits, gives the character 2 bonus feats. The template gui makes me pick those feats, where as the race gui lets pick the number of bonus feats that the race gets. How can I set the bonus feats in my template to a number, not specific feats?

What is the Eval Script??? for this?
Thanks, Wolf
 
Wolf_Larsen wrote:
>
>
> Hi, Thanks for all the past help.
>
> I'm creating a template (Paragon, page 209 in "Epic Level Handbook")
> that, among other benefits, gives the character 2 bonus feats. The
> template gui makes me pick those feats, where as the race gui lets pick
> the number of bonus feats that the race gets. How can I set the bonus
> feats in my template to a number, not specific feats?
>
> What is the Eval Script??? for this?


I'll add a better way to do this next release, but for now you can
change this in an eval script like so:


herofield[tFeats].value += 2


(for 2 bonus feats).


--
Colen McAlister, colen@wolflair.com
 
Back
Top