• 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

Hiding Custom Abilities from the Specials List

TobyFox2002

Well-known member
I have Custom Abilities from a Prestige class, some of them are abilities that add a stacking bonus. I want to hide each individual instance of the Custom Ability and use a special to count them.

I've got the counting part down, but the Custom Abilities doesn't have a check box to hide from the specials. Am I missing something or is it not possible to do?
 
There is no checkbox, but you can remove it with a simple script:

Code:
perform delete[Helper.ShowSpec]

You can play around with the timing, but in the ToB file, I ran this at Render/15000.
 
Back
Top