• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Help with Editor

Nate

New member
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
 
All you've done is tell HL to display the thing running this script in the greyed-out disabled color. What happens after this part of the script?
 
I did this but not sure if its right

hero.child[Damage].field[tDamTwo].value = hero.child[aSTR].field[aModBonus].value*.5

What I would love to do is say if a weapon is wielded two handed then strength damage is x2 instead of 1.5.
 
Back
Top