TobyFox2002
Well-known member
I've been trying to get template that applies to several races at once, but give slightly different specials to each race.
So I've tried twenty different ways from sunday to get it to work and nothing seems to be functioning, I get all kinds of timing errors.
hero#IsRace.rMLPPegas & (fieldval:abilActive <> 0)
and
hero#Race.rMLPPegas & (fieldval:abilActive <> 0)
and
IsRace.rMLPPegas & (fieldval:abilActive <> 0)
and
many different variations.
All of them fail, I've even tried using if...else to modify the abValue of the special and bootstrap based on the abValue. Problem is the abValue isnt being assigned using any combination of conditionals until sometime much later than the First/500 which is required for bootstrapping.
Arrg this is rather frustrating, I could really use some expertise.
So I've tried twenty different ways from sunday to get it to work and nothing seems to be functioning, I get all kinds of timing errors.
hero#IsRace.rMLPPegas & (fieldval:abilActive <> 0)
and
hero#Race.rMLPPegas & (fieldval:abilActive <> 0)
and
IsRace.rMLPPegas & (fieldval:abilActive <> 0)
and
many different variations.
All of them fail, I've even tried using if...else to modify the abValue of the special and bootstrap based on the abValue. Problem is the abValue isnt being assigned using any combination of conditionals until sometime much later than the First/500 which is required for bootstrapping.
Arrg this is rather frustrating, I could really use some expertise.