Hi, I'm trying to create a new bard prestige class and one of my pre requisite is Skill Focus (Wind Instruments)
So far I was able to validate if he picked Skill Focus, but I don't know how to check for his skill selection. So right now, if he pick Skill Focus (Bluff) my class pass validation.
Is there any way to check for his selection?
I've found this for a Weapon Focus, but I can't find the way to make it work with Skill Focus
So far I was able to validate if he picked Skill Focus, but I don't know how to check for his skill selection. So right now, if he pick Skill Focus (Bluff) my class pass validation.
Code:
#hasfeat[fSkillFoc] <> 0
Is there any way to check for his selection?
I've found this for a Weapon Focus, but I can't find the way to make it work with Skill Focus
Code:
hero.tagis[WepFocus.wLance] <> 0