• 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

Animal Companion problems

Kaleb

Well-known member
I get the this error for my animal companion
Linkage pick 'table' not located for current context
Location: 'eval' script for Thing 'dAniComp' (Eval Script '#1') near line 2

Here is the Eval script
First 375 1
root.linkage
.field[cAnimStart].value = 4
 
A class, a custom ability, a cleric domain, or an archetype. It won't work bootstrapped to anywhere else.
 
Correction - dAniComp must be bootstrapped to a custom ability or a cleric domain, which the user then adds to a character by hand. It is designed specifically for the purpose of working as part of a cleric domain.
 
linkage

Test: islinkage

This is only available for Cleric Domains and Custom Abilities (like Rogue Talents, Wizard Schools, Barbarian Rage Powers, Sorcerer Bloodlines, etc.).
Travels to the pick context of the class this ability was added to.

Mathais: what is the Pick Context refering to [In the Case of Animal Companions]?
 
root.linkage


The root transitions you from class special to custom ability (the cleric domain), and then linkage
transitions to the class.
 
Back
Top