Just got hero labs today and so far am rather impressed with it. I am trying to customize a feat for overhand chop that gives a 2h weapon double strength bonus instead of 1-1/2. I figured since 2 weapon wielders could take double slice and get double strength a 2h weapon wielder should be able to get double strength as well. I found the fighter special class option and I tried to copy the body from the 3rd level specialist fighter special ability however it isn't caculating it on the sheet. Any help for a newb would be appreciated.
Here is the script
if (hero.tagcount[Hero.EquipMain] + hero.tagcount[Hero.EquipOff] <= hero.tagcount[Hero.EquipWep] + hero.tagcount[Hero.EquipDbl]) then
perform assign[Helper.SpcDisable]
done
endif
Here is the script
if (hero.tagcount[Hero.EquipMain] + hero.tagcount[Hero.EquipOff] <= hero.tagcount[Hero.EquipWep] + hero.tagcount[Hero.EquipDbl]) then
perform assign[Helper.SpcDisable]
done
endif