I need to modify a class's effective ability score for spellcasting but only for those classes that use Wisdom. I have tried the following:
but it doesn't work. Is SplAttr the correct tag to use, or is there another way?
Code:
foreach pick in hero from BaseClHelp where "SplAttr.aWIS"
eachpick.field[cBonSplInc].value += field[trkUser].value
nexteach
but it doesn't work. Is SplAttr the correct tag to use, or is there another way?