From the tome of horrors
I've tried this code but get this error
Post attributes 5000
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'raCTIncFor' (Eval Script '#1') on line 8
-> Error parsing parameter 2 of function
Any ideas HL community?
HTML:
Incorporeal Form (Su) A shadow rat can, as a standard
action, assume an incorporeal form for up to 1 hour per
day. In this form, the shadow rat loses its natural AC bonus
but gains a +2 deflection bonus to AC. While in this form, the
shadow rat is AC 16 (+2 deflection, +2 Dex, +2 size), touch
15, flat-footed 13. The shadow rat can still attack corporeal
opponents while in its incorporeal form, but its attack
only inflicts Strength damage and cannot cause physical
damage. The shadow rat gains the incorporeal subtype
while using this ability.
I've tried this code but get this error
Post attributes 5000
Code:
~if we're not active, just get out now
doneif (field[pIsOn].value = 0)
~ Swap the natural armor to a deflection bonus
perform hero.child[mNatural].assign[Helper.NoArmor]
hero.child[ArmorClass].field[tACDeflect].value = maximum(hero.child[ArmorClass].field[tACDeflect].value, +2)
Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'eval' script for Thing 'raCTIncFor' (Eval Script '#1') on line 8
-> Error parsing parameter 2 of function
Any ideas HL community?