I have 2 templates:'
TemplateA
TemplateB
template A has the following at first/530
field[tmHitDice].value += 3
template B has the following at first/535
if (#hastemplate[tmTemplateA] = 1) then
field[tmHitDice].value += 3
only TemplateA adds any Hit Dice, what am I doing wrong? I have tried the following already:
name TemplateA/eval script: Template_A
set TemplateB/eval script after Template_A
TemplateA
TemplateB
template A has the following at first/530
field[tmHitDice].value += 3
template B has the following at first/535
if (#hastemplate[tmTemplateA] = 1) then
field[tmHitDice].value += 3
only TemplateA adds any Hit Dice, what am I doing wrong? I have tried the following already:
name TemplateA/eval script: Template_A
set TemplateB/eval script after Template_A
Last edited: