I am trying to get Repulsion Breath's duration based on 1/3 hit dice and I can't seem to get it working.
Render 10000
~ Build our name. abValue3 is generated by the procedure call earlier.
~ abDuration is set by the race bootstrapping us.
field[livename].text = "Repulsion Breath (" & field[abValue3].value & " ft cone, 1d6 +" & (roundherofield[tHitDice].value/3,0,-1) & " rds)"
Render 10000
~ Build our name. abValue3 is generated by the procedure call earlier.
~ abDuration is set by the race bootstrapping us.
field[livename].text = "Repulsion Breath (" & field[abValue3].value & " ft cone, 1d6 +" & (roundherofield[tHitDice].value/3,0,-1) & " rds)"