I know that as things stand right now this is "unsupported". I was curious as to what the limiting factor was.
Part of the reason I'd love to see this is for class abilities like Advanced Learning. This is currently implemented, as I've seen it, as a Class Special with a Feat of the same name bootstrapped. The Feat then has a Freeform edit control in the Select From...doohicky. This does not add the spell to spell lists, and thus only shows up on the character's Specials tab (not optimal). I've been reduced to writing a version of the Feat for a specific character where I know the spell(s) I want and I've made that version of the spell with a User tag for it. This tag denotes what I let the feat choose from and then I get that spell (adding yet another tag to the spell, from the feat which then lifts the violation of an Expr-req).
What would be supremely awesome would be if I could check the fChosen field and grab the idstring. Then go through eachpick on your hero where CasterSrc.Arcane is present. Now add a bootstrap of the idstring spell from fChosen and add the tags required for that particular caster.
Part of the reason I'd love to see this is for class abilities like Advanced Learning. This is currently implemented, as I've seen it, as a Class Special with a Feat of the same name bootstrapped. The Feat then has a Freeform edit control in the Select From...doohicky. This does not add the spell to spell lists, and thus only shows up on the character's Specials tab (not optimal). I've been reduced to writing a version of the Feat for a specific character where I know the spell(s) I want and I've made that version of the spell with a User tag for it. This tag denotes what I let the feat choose from and then I get that spell (adding yet another tag to the spell, from the feat which then lifts the violation of an Expr-req).
What would be supremely awesome would be if I could check the fChosen field and grab the idstring. Then go through eachpick on your hero where CasterSrc.Arcane is present. Now add a bootstrap of the idstring spell from fChosen and add the tags required for that particular caster.