trying to get an ability that will add show in the specials list that you may prepare/cast a silent spell without the level adjustment 1/day "if the character also has the silent spell feat, this goes with the wisperium language in midgard setting. ideally i would like to to turn off show in specials and inplay tab under tracked resources but no where close to an idea what to code for turning off that, so working on an alternative to change the text depending on if the feat <> 0.
using this code. however when testing/compiling i get a syntax error source.fSilentSpl not defined
if (hero.tagis[source.fSilentSpl] <> 0) then
field[abSumm].text = "You may prepare or spontaneously cast a silenced spell without the normal corresponding level adjustment"
else
field[abSumm].text = " "
endif
using this code. however when testing/compiling i get a syntax error source.fSilentSpl not defined
if (hero.tagis[source.fSilentSpl] <> 0) then
field[abSumm].text = "You may prepare or spontaneously cast a silenced spell without the normal corresponding level adjustment"
else
field[abSumm].text = " "
endif