I made a new prestige class that uses an arcane pool. the problem that I am having is that the eval script is using the total class level instead class level of the prestige class in the caculation how do i fix this.
post attributes 10000 1
~only run the rest for the first copy
doneif (tagis[Helper.FirstCopy] = 0)
field[abValue].value += field[xCount].value
Render 100000 2
field[listname].text = field[thingname].text & " " & signed(field[xIndex].value)
field[abText].text = field[trkMax].value & " points"
I think the highlighed line is the problem but I am not sure?
post attributes 10000 1
~only run the rest for the first copy
doneif (tagis[Helper.FirstCopy] = 0)
field[abValue].value += field[xCount].value
Render 100000 2
field[listname].text = field[thingname].text & " " & signed(field[xIndex].value)
field[abText].text = field[trkMax].value & " points"
I think the highlighed line is the problem but I am not sure?