direinsomniac
Well-known member
I am working to define the pre-reqs for a prestige class in which the character must not be able to cast arcane spells or use arcane spell-like abilities.
But I am running into trouble in adapting the existing codes that check for the ability to cast arcane spells, but I keep getting this error message:
I have tried using:
(tagis[Hero.SpontArc] and (tagis[Hero.Arcane]
with >= 0, <> 0, /= 0, >< 0
none of which work.
Anyone have ideas on how to make this work?
But I am running into trouble in adapting the existing codes that check for the ability to cast arcane spells, but I keep getting this error message:
Hero Lab was forced to stop compilation after the rolling errors were detected:
Syntax error in 'pre-requisite rule' script for Thing 'cMagSlayer' on line 1
-> Error parsing left-side expression in relational comparison
I have tried using:
(tagis[Hero.SpontArc] and (tagis[Hero.Arcane]
with >= 0, <> 0, /= 0, >< 0
none of which work.
Anyone have ideas on how to make this work?