Hi All,
Need some help with two pre-reqs for a feat and not sure how to go about them.
Levels in 2 spellcasting character classes, 13 in 2 of the following abilities: Int, Wis, Cha.
I know this gives me 13 in any one, but not sure about 13 in 2.
validif (hero.child[aINT].field[aFinalVal].value >= 13)
validif (hero.child[aWIS].field[aFinalVal].value >= 13)
validif (hero.child[aCHA].field[aFinalVal].value >= 13)
The two spellcasting classes I'm not sure where to begin.
Thanks.
Need some help with two pre-reqs for a feat and not sure how to go about them.
Levels in 2 spellcasting character classes, 13 in 2 of the following abilities: Int, Wis, Cha.
I know this gives me 13 in any one, but not sure about 13 in 2.
validif (hero.child[aINT].field[aFinalVal].value >= 13)
validif (hero.child[aWIS].field[aFinalVal].value >= 13)
validif (hero.child[aCHA].field[aFinalVal].value >= 13)
The two spellcasting classes I'm not sure where to begin.
Thanks.