this is the 2nd eval script for a concentration skill for a magus variant class that I made
~ Calculate the total concentration and place it in the
~ skill total field. We also add any Bonus values so that
~ the Skill Adjustment Bonus will work with these
~ concentration skills.
var S2_Class as string
S2_Class = "cHelpMgU"
call S2CalcConc
Here is the error that I am getting
Hero Lab was forced to stop compilation after the following errors were detected:
File: PFRPG_Concentration Skill Magus Unchained.user (line 7) - Thing 'skConMgu' (dynamic tag) - Group 'AdjSkill' not defined
~ Calculate the total concentration and place it in the
~ skill total field. We also add any Bonus values so that
~ the Skill Adjustment Bonus will work with these
~ concentration skills.
var S2_Class as string
S2_Class = "cHelpMgU"
call S2CalcConc
Here is the error that I am getting
Hero Lab was forced to stop compilation after the following errors were detected:
File: PFRPG_Concentration Skill Magus Unchained.user (line 7) - Thing 'skConMgu' (dynamic tag) - Group 'AdjSkill' not defined