Trying to enter a feat into Hero Labs, and I'm getting an error in my parse.
Here is my xml file for the feat.
Anyone catch what I'm missing?
Oh, the feat that I'm adding is
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'pre-requisite rule' script for Thing 'fHorUnWill' on line 1
-> Error parsing left-side expression in relational comparison
Here is my xml file for the feat.
<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Data">
<thing id="fHorUnWill" name="Unnatural Will" description="Add your Charisma modifier to all Will saves against fear effects. This bonus\nstacks with any Wisdom bonus you might have to Will saves. \n\n{b}Special{/b}: This feat is used by dread witches to resist the\nnegative effects of fear while still empowering their mystical\nabilities." compset="Feat" uniqueness="useronce">
<usesource source="HoH35suple" parent="UserParent" name="Heroes of Horror"/>
<tag group="Helper" tag="ShowSpec"/>
<exprreq message="Charisma 12 is required" iserror="no"><![CDATA[child[aCHA].field[aFinalVal].value >= 12]]></exprreq>
<exprreq message="Iron Will required" iserror="no"><![CDATA[#hasfeat [fIronWill] <> 0]]></exprreq>
</thing>
</document>
Anyone catch what I'm missing?
Oh, the feat that I'm adding is
UNNATURAL WILL
You have learned to focus your force of personality and inner
strength to stand against fearful circumstances.
Prerequisites: Charisma 12, Iron Will.
Benefit: Add your Charisma modifier to all Will saves
against fear effects. This bonus stacks with any Wisdom
bonus you might have to Will saves.
Special: This feat is used by dread witches to resist the
negative effects of fear while still empowering their mystical
abilities.