I've been working on adding the Initiate feats from FR, and I've hit a snag.
Initiate of Shar adds Bluff and Hide as class skills, the same way the Trickery Domain does. It works like a charm for clerics, but when I try to assign the feat to a ranger character I get errors — since the linkage
tag is for clerics.
I imagine there may also be issues with multi-class characters, since hero.assign[kxxxx] would add the skills to all of my classes instead of just the divine spellcasting class the feat is meant to affect.
So, I guess, first I need a selector, then I need a way to assign the skills as class skills only for the class I select.
The problem: I don't know how to do that.
Initiate of Shar adds Bluff and Hide as class skills, the same way the Trickery Domain does. It works like a charm for clerics, but when I try to assign the feat to a ranger character I get errors — since the linkage
I imagine there may also be issues with multi-class characters, since hero.assign[kxxxx] would add the skills to all of my classes instead of just the divine spellcasting class the feat is meant to affect.
So, I guess, first I need a selector, then I need a way to assign the skills as class skills only for the class I select.
The problem: I don't know how to do that.