Dirtydeedz
Member
I need a script or method that raises all Spell DC's no matter the school.
Increasing "sDCmisc" += 1 would be great. But, I haven't been able to figure out this approach.
Attempting to bootstrap Spell Focus hasn't been a productive approach either.
Thanks in advance for your suggestions.
Increasing "sDCmisc" += 1 would be great. But, I haven't been able to figure out this approach.
Code:
if (field[gIsEquip].value <> 0) then
hero.child[aaSpells].field[abDC].value += 1
endif
Thanks in advance for your suggestions.