odinlowejr88
Member
I'm trying to make the Magister template's 'Spell Focus' supernatural ability allow you to qualify for the Master Specialist class which requires you to have spell focus in your specialized magic school but I'm not sure how exactly to code it.
What I believe needs to be done is in the Master Specialist Class Level pre-reqs a simple if/then statement needs to be added like:
with ******* replaced by a check to see if the char has the xMagSpeFoc SU ability. I'm just not sure how write it to have it check if a char has that ability.
(Sorry I'm still very new to editing things in Hero Lab.)
What I believe needs to be done is in the Master Specialist Class Level pre-reqs a simple if/then statement needs to be added like:
Code:
if (*******) then
@valid=1
endif
with ******* replaced by a check to see if the char has the xMagSpeFoc SU ability. I'm just not sure how write it to have it check if a char has that ability.
(Sorry I'm still very new to editing things in Hero Lab.)