I have a prestige class that I'm attempting to create within the HL editor, and I have a requirement for the class to grant a feat at 1st level. However, if the feat that should be granted is already possessed by the character then it should assign a different feat. As an example, at level 1 "Feat 1" should be received. If "Feat 1" is already possessed then "Feat 2" should be received. If "Feat 2" is already possessed, then the character should be able to select from "Feat 3", "Feat 4", or "Feat 5". Then at level 2 "Feat 2" should be received. However, if "Feat 2" is already possessed then the character should be able to select from "Feat 3", "Feat 4", or "Feat 5". The logic is that "Feat 1" is a prerequisite for "Feat 2", and "Feat 2" is a prerequisite for "Feat 3", "Feat 4", and "Feat 5". As a prestige class it's possible that "Feat 1" and even "Feat 2" could already be possessed at 1st level, so that's why I need to be able to conditionally grant the requisite feats should the prerequisites already be possessed. I hope I've explained this properly. I've been over all the prestige classes I can find in the system to try and find an example and I'm coming up short. As always any help would be most appreciated. Thank you.