I am trying to get a prestige class into hero lab
and failing at it.
It is supposed to apply a bonus/penalty to social skills based on odd levels the character has in the class. I put the class into hero lab and it keeps giving me this error:
HELP PLEASE? I have been at this code for two hours and am at the point of banging my head on the desk from frustration.
error message
syntax error in eval script for thing cXXXTintAu on line 2
tag classes.cArcDefilr not defined
var value as number
value = round(#levelcount[cArcDefilr]/2,0,0)
hero.child[skBluff].field[ModCirc].value = -(value)
hero.child[skDiplo].field[ModCirc].value = -(value)
hero.child[skHandleAn].field[ModCirc].value = -(value)
hero.child[skIntim].field[ModCirc].value = value
and failing at it.
It is supposed to apply a bonus/penalty to social skills based on odd levels the character has in the class. I put the class into hero lab and it keeps giving me this error:
HELP PLEASE? I have been at this code for two hours and am at the point of banging my head on the desk from frustration.
error message
syntax error in eval script for thing cXXXTintAu on line 2
tag classes.cArcDefilr not defined
var value as number
value = round(#levelcount[cArcDefilr]/2,0,0)
hero.child[skBluff].field[ModCirc].value = -(value)
hero.child[skDiplo].field[ModCirc].value = -(value)
hero.child[skHandleAn].field[ModCirc].value = -(value)
hero.child[skIntim].field[ModCirc].value = value