Could someone be kind and point to me to a place where there is a description about how to populate a dropdown menu.
The reason I ask is that I want to create a feat for a familiar to choose that enable it to steal and store arcane spells. When it comes to note those spells on the familiar I have a bit of a problem to grokk the code. Possibly it is so simple that I don't understand that I have read it .... but anyway...
I have found this snippet:
And I guess it finds all the arcane spells possible, but that list will be very large, how do I change it to only contain spells up to a certain level, say half the HD of the familiar
The reason I ask is that I want to create a feat for a familiar to choose that enable it to steal and store arcane spells. When it comes to note those spells on the familiar I have a bit of a problem to grokk the code. Possibly it is so simple that I don't understand that I have read it .... but anyway...

I have found this snippet:
Code:
component.BaseSpell&sLevel.? & (sClass.cHelpWiz | sClass.cHelpBrd)
And I guess it finds all the arcane spells possible, but that list will be very large, how do I change it to only contain spells up to a certain level, say half the HD of the familiar