View Single Post
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old February 19th, 2020, 09:30 PM
Use the fixed melee damage field (wFixDamage) and remove the wMain.? tag. You can put whatever you like into wFixDamage and it will get displayed.

Code:
~If we're not shown, just get out now
doneif (tagis[Helper.ShowSpec] <> 1)

~ if we've been disabled, get out now
doneif (tagis[Helper.SpcDisable] <> 0)

field[abDuration].value += round(field[xTotalLev].value/8,0,-1) + 1

field[abValue].value += hero.childfound[aINT].field[aBonus].value
field[abValue2].value += hero.childfound[aSTR].field[aBonus].value
field[abValue3].value += field[abValue].value - field[abValue2].value

field[wFixDamage].text = field[abValue3].value

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #6 Reply With Quote