shadowninja
New member
Hi!
I need a help to create a classe feature using the following characteristics:
Each level the character can select any necromantic spell from any list, limited by your maximum spell level he can cast, and add to your spellcasting list and, to help selecting, the first selection list determines the level. (I done that!)
My problem is: I can't create a restriction. I am using the following options e codes, inspired in Elven Arcana (Oracle) and Greater Spell Selection (Magus):
I need a help to create a classe feature using the following characteristics:
Each level the character can select any necromantic spell from any list, limited by your maximum spell level he can cast, and add to your spellcasting list and, to help selecting, the first selection list determines the level. (I done that!)
My problem is: I can't create a restriction. I am using the following options e codes, inspired in Elven Arcana (Oracle) and Greater Spell Selection (Magus):
Code:
[B]Item Selection Section[/B]
[I]Select From:[/I] Spell levels 1-6
[I]Restrict First List to:[/I] All Things
[B]Code:[/B]
field[usrCandid2].text = "component.BaseSpell & sClass.? & !sClass.cHelpMag & (val:sLevel.? = " & field[abValue].value & " & sSchool.Necromancy)"