This is a little "inside baseball" and might be better in the authoring forum.
I am coding in a lot of "tent pole" things (races, factions, deities) that load or bootstrap both racial specials and feats. My question is where should I be putting the eval script? The race or the racial special or the feat?
I.E. Elves get weapon proficiency with selected weapons, this bootstraps both the racial special Elven Weapon Familiarity and the feat Elven Weapon Proficiencies. The work happens in the racial special, the feat is just a shell/placeholder.
So I guess my question is which is best or most commonly used or most efficient? Or which is just plain your favorite?
I am coding in a lot of "tent pole" things (races, factions, deities) that load or bootstrap both racial specials and feats. My question is where should I be putting the eval script? The race or the racial special or the feat?
I.E. Elves get weapon proficiency with selected weapons, this bootstraps both the racial special Elven Weapon Familiarity and the feat Elven Weapon Proficiencies. The work happens in the racial special, the feat is just a shell/placeholder.
So I guess my question is which is best or most commonly used or most efficient? Or which is just plain your favorite?