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.
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.