• 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

Custom Expressions

Sendric

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

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?
 
The sClass tag doesn't use the Helpers for the class. They just use the class name, change them to sClass.Sorcerer and sClass.Wizard and everything should work.
 
Back
Top