• 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 Configurable?

TCArknight

Well-known member
Is there a way, other than a conditional bootstrap, to hide a configurable?

WHat I want to do is if there is a particular tag (Hero.Manifester) on the hero, then hide the configurable, otherwise have it visible. The issue I'm running into is that apparently the Hero.Manifester tag is pushed to the hero late in the phases, too late for a conditional bootstrap.

Any thoughts?

Thanks!
TC
 
So I assume this is for our Ultimate Psionics and if so this was one of the reasons in the last update I re-did the Psionics.Class tag. A mechanic can now find classes with Linkage for Psionics and assigns the tag Psionics.Class very early at First/100 when it finds a class that can manifest powers. It then keeps applying them for each level found.

So in this case you can bootstrap the configurable at First/110 and set to:
Code:
!Psionics.Class

So that we display if no Psionic Class capable of manifesting is on the hero (ie Soulknife). If you wish I can add a single tag at First/100 called "Psionics.Manifester" if you like that is only added if the linkage for a class that has power is added.
 
Back
Top