TCArknight
Well-known member
I have a racial ability that bootstraps a Spell. I'm also setting the value of the abValue field to 1 in a script on the ability if the Helper.SpcDisable tag is present so that I can do "fieldval:abValue = 0" as a condition on the bootstrap and only have it bootstrap if the Helper.SpcDisable tag is not present.
However, it appears that the tag isn't available until after Pre-level/1000, but the condition on the bootstrap has a limit of First/2500.
Is there a way to do this through conditionals or do I have to set the bootstraps separately as racial abilities to disable if the main ability is disabled?
However, it appears that the tag isn't available until after Pre-level/1000, but the condition on the bootstrap has a limit of First/2500.
Is there a way to do this through conditionals or do I have to set the bootstraps separately as racial abilities to disable if the main ability is disabled?