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