• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Spell eating Familiar

Schedim

Well-known member
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...:D

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
 
Back
Top