I have an archetype that get bloodline abilities. All works fine, but the bonus spells are greyed out regardless of the level.
I have as my code
Any ideas?
I have as my code
Code:
Post-levels 10000
doneif (tagis[Helper.SpcDisable] <> 0)
~ add that many tags-counts-as tags to the hero
var i as number
for i = 1 to field[xTotalLev].value
perform hero.assign[FtCountAs.Sorcerer]
perform hero.assign[ClsCountAs.cHelpSor]
perform hero.assign[CSCountAs.Sorcerer]
perform hero.assign[SpellType.cHelpSor]
next
perform linkage[table].assign[ClsCountAs.cHelpSor]
Any ideas?