• 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

Hide Disabled Special Abilities from Character Sheet

marcopico

Member
Hello, I have created an alternate animal companion for my hunter and my GM ruled that this companion should not have the Evasion ability.

So, I created an Eval Script just like this:

First / 10000
perform hero.childfound[cAnimEvas].assign[Helper.SpcDisable]

And now the Evasion ability is greyed out and shown as [N/A].

However, is there a way to hide the Evasion ability entirely from the character sheet, instead of just showing it as greyed out? Should I add any other Eval Script in this case?

Thanks for the help!
 
Assign Hide.Special that should completely hide the ability.

Thanks. Could you please specify the syntax for this? An additional line with the same perform hero.childfound and then the Hide.Special?

EDIT: Nevermind, back home from work I tried

Code:
perform hero.childfound[cAnimEvas].assign[Helper.SpcDisable]

perform hero.childfound[cAnimEvas].assign[Hide.Special]

and it worked perfectly! Thanks for the help :-)
 
Last edited:
Back
Top