So I pretty much copied Unsanctioned Knowledge for this feat. It's for a monk archetype that gives spellcasting and this feat allows it to add a spell to it's spell list much like unsanctioned knowledge does for the Paladin.
my code:
Post-Levels/9000
My custom expression is working fine to show the list of spells, but the spell isn't showing up in the list of available spells to take.
Any ideas?
Andrew
my code:
Post-Levels/9000
Code:
~ If we're disabled, do nothing
doneif (tagis[Helper.FtDisable] <> 0)
if (field[usrChosen1].ischosen <> 0) then
~ Add our spell to the spell list
perform field[usrChosen1].chosen.pulltags[ClsAllowSp.?]
perform hero.childfound[cHelpMnk].pushtags[ClsAllowSp.?]
endif
My custom expression is working fine to show the list of spells, but the spell isn't showing up in the list of available spells to take.
Any ideas?
Andrew