View Single Post
Eeyore
Junior Member
 
Join Date: Mar 2015
Posts: 10

Old November 15th, 2023, 08:44 PM
I'm creating a prestige class that gets a variant of Sneak Attack at even levels. It's not rendering properly on either the Class tab nor the Specials tab. I have added ability at level 2 and level 4, and given the portfolio five levels of the class. On each, it's saying "Surprise Strike +0d6."

In the Editor, I used New (Copy) for Sneak Attack (cSneakAtt). Trying to debug it, the class is currently using a copy in which the only thing that has been changed is the UniqueID, which is now cSurpStrik.

Using abSumm, I'm having it spit back the values of field[abValue].value, field[xIndex].value, and field[xCount].value. It says that all of them are zero. They're used in the Eval Scripts as:

field[abValue].value += field[xCount].value

field[listname].text = field[thingname].text & " " & signed(field[xIndex].value) & "d" & field[abValue2].value

I've tried just giving the class cSneakAtt, and that works fine. Why is it not working?
Eeyore is offline   #1 Reply With Quote