• 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

Ignore the prerequisites

Frodie

Well-known member
There is a class special that says "may ignore the prerequisites for the Stunning Fist feat", but doesn't gain the feat. Just if they ever take the feat they can skip the pre-reqs.

I have

Code:
 Final 50000
doneif (hero.tagis[HasFeat.fStunFist] <> 1)
perform hero.child[fStunFist].assign[thing.skipprereq]

It works once the feat is taken, but when looking at the feat, (in the list of all the feats), it grayed out.

So if it's not bootstrapped, is there a way to get it not to be grayed out when looking at the list?

Just a thought, I wounder if I can bootstrap it with a condition, something like HasFeat.fStunFist. IDK any ideas?
 
Back
Top