TobyFox2002
Well-known member
Hello again, I have two questions the first is, I have a custom template I'm working on for a game I'm in (basically a lower LA vampire).  Reducing the LA by spreading the abilities out over a range of levels.  Its mostly done except for this one problem.
I'm trying to bootstrap abilities based on HD, now I seem to be able to get to function based on class level but not HD, the following code works alright but obviously doesn't quite get done what I want.
	
	
	
		
The second question is, is it possible to check for a trait as a prerequisite for a feat, if so how..
				
			I'm trying to bootstrap abilities based on HD, now I seem to be able to get to function based on class level but not HD, the following code works alright but obviously doesn't quite get done what I want.
		Code:
	
	count:Classes.? >= 5The second question is, is it possible to check for a trait as a prerequisite for a feat, if so how..
