Thanks, Eddy, (CASTERLEVEL/3) seems to have done the trick. Guess I was making things more complicated than they had to be... ... -- "The people you think are
... This isn't valid for min, when you use min and max you are asking for one of two or more values, e.i.: min(1,2) will return 1. I guess you are wanting to
I'm testing using an 8th level caster (so the result *should* be +2). ((CASTERLEVEL/3)+1) didn't work. The result was +3 (min((CASTERLEVEL+2)/3),1) didn't
Best Advice... If PCGen says it's wrong, look at the Docs. Compare the error to the Docs, the mistake will normally be obvious. In some cases a deeper probe is