• 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 in fixing error

Kaleb

Well-known member
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
 
To get a new concentration skill to work you would need the Community Pack installed. Its looking for a tag group that is defined in "COM_BasicPack_ShadowChemosh - Tags.1st"

If you have the above file, or community pack installed, then only the following two tags are valid:
AdjSkill.CLvsSR
AdjSkill.Concent


Did you accidentally change the tag to something other than those?
 
Back
Top