Searching the threads, I found a bit of code that is used to increase spell resistance in pathfinder:
Is there an equivalent for d20? When I try this, it complains about abValue.
Code:
~ Set up our spell resistance
if (hero.childfound[xSplRs].field[abValue].value <> 0) then
hero.childfound[xSplRs].field[abValue].value += 3
endif
Is there an equivalent for d20? When I try this, it complains about abValue.