peterphonic
Active member
I have the following :
Racial trait :
Alt. Racial Trait:
So, in my race, when I pick Adaptive from alt. racial trait, I can see Pyrophobia being grayed out, which is perfect. The problem is, when I go to Abilities tab and do a mouse over the save, I still get the popup sayin "Situational bonus and penalities. Pyrophobia, -2 vs fire spell"
So, the removing of the racial trait did not work totally.
Pyrophobia racial trait has the following eval script (timing: Render) :
I thought that the part Helper.SpcDisable was for that... What it is for then?
My script is based on Defensive Training
Thank you
Racial trait :
1- Pyrophobia (situational : give -2 to all saves vs fire)
Alt. Racial Trait:
1- Adaptative : Replace Pyrophobia
So, in my race, when I pick Adaptive from alt. racial trait, I can see Pyrophobia being grayed out, which is perfect. The problem is, when I go to Abilities tab and do a mouse over the save, I still get the popup sayin "Situational bonus and penalities. Pyrophobia, -2 vs fire spell"
So, the removing of the racial trait did not work totally.
Pyrophobia racial trait has the following eval script (timing: Render) :
Code:
~if we've been disabled, get out now
doneif (tagis[Helper.SpcDisable] <> 0)
#situational[hero.child[svAll], "-2 vs fire spell", field[thingname].text]
I thought that the part Helper.SpcDisable was for that... What it is for then?
My script is based on Defensive Training
Thank you