Another configurable question.
I am trying to implement oracle revelations as a quintenary ability in a configurable. Normally, on the oracle, these are tertiary. I can get these to show up as quintenary by using the script (for example for ancestor mystery revelations)
However, the abilities are showing up on the tertiary line as well on the configurable. I am trying to delete the Helper.Tertiary tag from the revelation using (where cfgXXXX is the id of the configurable
but that doesn't seem to work at multiple timings.
Ideas?
I am trying to implement oracle revelations as a quintenary ability in a configurable. Normally, on the oracle, these are tertiary. I can get these to show up as quintenary by using the script (for example for ancestor mystery revelations)
Code:
hero.child[cfgGRNoblT].field[cfgAllow5].text = "SpecSource.cHelpOra & !Helper.Obsolete & (Custom.MystAnces & abCategory.OraRvAnce)"
However, the abilities are showing up on the tertiary line as well on the configurable. I am trying to delete the Helper.Tertiary tag from the revelation using (where cfgXXXX is the id of the configurable
Code:
foreach pick in hero from Ability where "CustTaken.cfgXXXX & abCategory.OraRev?"
perform eachpick.delete[Helper.Tertiary]
nexteach
but that doesn't seem to work at multiple timings.
Ideas?