jflevesque
Well-known member
Hi,
I'm currently entering a class I really like from DMs Guild into Hero Lab for an upcoming campaign where I plan to use this class. One of the abilities is similar to the one from Blood Hunter, where depending on the chosen Rite, you can add elemental damage to your attacks. I've looked through its abilities from the 5e Community Pack, but they don't seem to have explicitely stated what the elemental damage is based on your choice.
Currently, I'm using an eval script to assign the DamageType to the ability that lists the damage die (in my case, the damage die increases with the levels). My current issue is that even though I can see the DamageType in my ability when debugging, the display is empty.
Here is my eval script:
field[abText].text = "Type: " & field[wDmgType].text
For some reason, field[wDmgType].text always returns an empty string.
How should I proceed if I want to display the DamageType on my ability in the Specials column ? I've linked the debug field window on my ability.
I'm currently entering a class I really like from DMs Guild into Hero Lab for an upcoming campaign where I plan to use this class. One of the abilities is similar to the one from Blood Hunter, where depending on the chosen Rite, you can add elemental damage to your attacks. I've looked through its abilities from the 5e Community Pack, but they don't seem to have explicitely stated what the elemental damage is based on your choice.
Currently, I'm using an eval script to assign the DamageType to the ability that lists the damage die (in my case, the damage die increases with the levels). My current issue is that even though I can see the DamageType in my ability when debugging, the display is empty.
Here is my eval script:
field[abText].text = "Type: " & field[wDmgType].text
For some reason, field[wDmgType].text always returns an empty string.
How should I proceed if I want to display the DamageType on my ability in the Specials column ? I've linked the debug field window on my ability.