• 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

Adjust touch AC

BloodAngel099

Well-known member
I figured out a way to have the spell-like abilities of Mage Armor and Shield show up under the Activated Abilities secion of Hero Lab, I am however having a difficult time getting it to apply to touch ac, and don't know how to look up what the specific tag would be for it. Can anyone help me with this? This is the Eval Script I am using for Mage Armor:

Phase: Pre-levels Priority: 5000

doneif (field[gIsEquip].value = 0)

if (field[abilActive].value <> 0) then
hero.child[ArmorClass].field[tACArmor].value = maximum(hero.child[ArmorClass].field[tACArmor].value, 4)
endif
 
I was under the impression that as a force effect that it did, but now I see it only counts against incorporeal touch attacks. Thanks!
 
Back
Top