• 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

Linkage Pick Error

Morning all,

After the most recent update to HeroLab, I get this error when selecting several items on a custom class I'm working on. I've searched around for this particular thing in the editor, but I can't find it and I don't know the cause. Any help is appreciated. The following is the error:

Linkage pick 'table' not located for current context
Location: 'eval' script for Component 'BaseSplPwr' (Eval Script 'Calc sDC and sCL') near line 30
- - -
Linkage pick 'table' not located for current context
Location: 'eval' script for Component 'BaseSplPwr' (Eval Script 'Calc sDC and sCL') near line 32
 
Without seeing the code its hard to comment on exactly what is causing the problem.

The error that you are sharing is one that is related to calculating spell DC in a Lone Wolf side script. You need to look at the scripts/bootstraps on this class that add spells or set casting attribute modifiers. If I'm reading it right the error seems to indicate you're missing one of the spellcasting tables normally associated with a spellcasting class. So if you're trying to add spellcasting to a non-spellcasting class, check to make sure you're adding everything in.
 
Back
Top