Scripting help
I am trying to create a feat that grants the use of a 1st level Psion power. I am using an existing feat as a template and am having a problem with the custom expression that allow the selection of that power.
The feat I am duplicating uses the following expression: component.
component.BaseSpell & sLevel.1 & (sClass.cHelpWiz | sClass.cHelpSor) & !Spellbook.?
I am having a problem finding the equivalent of the following:
component.BaseSpell component.BasePower
???
sLevel.1 pLevel.1 ???
Is there anywhere to find a list of the tags used with Psionics Unleadhed? Otherwise can anyone help me with this custom expression?
I am trying to create a feat that grants the use of a 1st level Psion power. I am using an existing feat as a template and am having a problem with the custom expression that allow the selection of that power.
The feat I am duplicating uses the following expression: component.
component.BaseSpell & sLevel.1 & (sClass.cHelpWiz | sClass.cHelpSor) & !Spellbook.?
I am having a problem finding the equivalent of the following:
component.BaseSpell component.BasePower
???
sLevel.1 pLevel.1 ???
Is there anywhere to find a list of the tags used with Psionics Unleadhed? Otherwise can anyone help me with this custom expression?