peterphonic
Active member
Hello,
In the following script :
#situational[hero.childfound[ArmorClass],"+ wisdom modifier in deflection bonus",field[thingname].text]
I would like to see the exact bonus, instead of "+ wisdom modifier"
Is is possible to add the value of the wisdom modifier directly into my string?
I tried something like :
#situational[hero.childfound[ArmorClass], "+ hero.child[aWIS].field[aBonus].value in deflection bonus", field[thingname].text]
But this does not work indeed!
Thank you
In the following script :
#situational[hero.childfound[ArmorClass],"+ wisdom modifier in deflection bonus",field[thingname].text]
I would like to see the exact bonus, instead of "+ wisdom modifier"
Is is possible to add the value of the wisdom modifier directly into my string?
I tried something like :
#situational[hero.childfound[ArmorClass], "+ hero.child[aWIS].field[aBonus].value in deflection bonus", field[thingname].text]
But this does not work indeed!
Thank you