• 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

Name That Configurable

TheIronGolem

Well-known member
My situation: I have a set of custom abilities that can potentially be added through one of two different configurables (one class-specific, the other a more generic pool). The second configurable needs to enforce some prerequisites, but the first one (the class-specific one) should not. This is because the class can grant these abilities without prerequisites.

I can do this for a pick by checking the CustTaken.? tag, but I'm trying to figure out how to do the same when it's still a Thing in a menu. Is there any way of identifying the configurable that popped the menu the user is about to select a Thing from?

The next best solution I can think of is to re-implement all these abilities a second time without the prereq, which is...not ideal, to say the least.
 
Simply put no. Same problem Psioncs has when it tries to figure out when selecting a Power what class the power is being chosen by. Same problem we have in PoW where we can't do the pre-req for a Manuever until after it's been chosen. :(
 
Back
Top