• 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

Special abilties

Adro85

Member
We are trying to prereq feats that you must have a special ability for. Some of the examples are are flyby attack, flyby breath, favored enemy strike, favored enemy critical strike, etc. We need to know how to prereq specials that you must have a fly speed, and things like have a favored enemy.
 
Adro85 wrote:
>
>
> We are trying to prereq feats that you must have a special ability for.
> Some of the examples are are flyby attack, flyby breath, favored enemy
> strike, favored enemy critical strike, etc. We need to know how to
> prereq specials that you must have a fly speed, and things like have a
> favored enemy.

To get your fly speed, you can use:

hero.childfound[xFly].field[Value].value

To retrieve the fly speed in feet.

To get the number of favoured enemies you have, you can use:

hero.childfound[cFavEnemy].field[feTaken].value


Hope this helps,

--
Colen McAlister, colen@wolflair.com
Chief Engineer, Lone Wolf Development
 
Back
Top