So in a Pathfinder thread aimed at using a special to select from a list of spells, we came up with the following custom expression:
I am trying to do the same thing for something in d20, but it doesn't appear to be working. The selection dropdown shows "Nothing to select!". I'm still a bit of a n00b when it comes to custom expressions. Does anyone have any insight on why this doesn't work with d20?
Code:
component.BaseSpell & (sLevel.0 | sLevel.1) & (sClass.cHelpWiz | sClass.cHelpSor) & !Spellbook.?
I am trying to do the same thing for something in d20, but it doesn't appear to be working. The selection dropdown shows "Nothing to select!". I'm still a bit of a n00b when it comes to custom expressions. Does anyone have any insight on why this doesn't work with d20?