• 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

Death Attack

Sevisin

Well-known member
Hello,

can't seem to find it. What is the condition to see if a character has Death Attack? I'm building the Improved Death Attack feat from Epic Level Handbook, but I'm having difficulty finding the proper string.

Thanks,

-S
 
Unfortunately, it appears there is no singular Death Attack special, so you need to create a script that includes all possible class specials and specials that could qualify. If you are only using it for yourself, you wouldn't necessarily need to do more than you need, though. The script below would need to run post-levels.

Code:
hero.childfound[cAsnDeath].tagis[Helper.ShowSpec] + hero.childfound[cDStDeath].tagis[Helper.ShowSpec] <> 0

You can add as many lines as you like for additional class specials / specials.
 
Back
Top