I am trying to do this:
"Furthermore, his base attack bonus for such attacks is figured using his class level rather than normal base attack bonus"
The script works, but it adds to the BAB not replace it. Any ideas?
field[abValue].value += round(#totallevelcount[]/1,0,-1)
field[livename].text = field[thingname].text & " +" & field[abValue].value
foreach pick in hero from BaseWep where "IsWeapon.wMPSGGMdLC"
eachpick.field[wAttack].value += field[abValue].value
nexteach
"Furthermore, his base attack bonus for such attacks is figured using his class level rather than normal base attack bonus"
The script works, but it adds to the BAB not replace it. Any ideas?
field[abValue].value += round(#totallevelcount[]/1,0,-1)
field[livename].text = field[thingname].text & " +" & field[abValue].value
foreach pick in hero from BaseWep where "IsWeapon.wMPSGGMdLC"
eachpick.field[wAttack].value += field[abValue].value
nexteach