• 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 with error

Kaleb

Well-known member
I am attempting to make an animal companion for a new prestige class and wen I attempt to compile I get the following error. To get the eval script I used the Find thing and selected the animal companion type I wished to use.

Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'eval' script for Thing 'cDC' (Eval Script '#1') on line 1
-> Unspecified error parsing script

Eval Script
Phase first Priorty 375 Index 1
cDrdCompdAniComproot.linkage
.field[cAnimStart].value = 1
 
cDrdCompdAniComproot.linkage
.field[cAnimStart].value = 1

I don't understand what you're trying to do with the bolded part, but there is a pattern to transitions which has to be followed. When you don't, it throws an error because it doesn't know what to do.
 
I am really not sure what the bolded part is doing. I used the find thing and selected the cDrdCompdAniComp to try to select the druid companion list for the new PRC I am making.

It seems to me that the linkage tables for animal companions are broken in some way as I also get errors when I select companion bound ranger for the spell-less ranger.

This is the exact error I get for the companion bound ranger
Linkage pick 'table' not located for current context
Location: 'eval' script for Thing 'dAniComp' (Eval Script '#1') near line 2
 
I am attempting to make an animal companion for a new prestige class and wen I attempt to compile I get the following error. To get the eval script I used the Find thing and selected the animal companion type I wished to use.

Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'eval' script for Thing 'cDC' (Eval Script '#1') on line 1
-> Unspecified error parsing script

Eval Script
Phase first Priorty 375 Index 1
cDrdCompdAniComproot.linkage
.field[cAnimStart].value = 1

I am sorry but you need to step back and explain "exactly" what your trying to do. I am not following what you want and the script you wrote is well almost meaningless garbage. I am not trying to be mean but it makes no sense.

You mention animal companions but then you trying to get the "something" from linkage table which only goes to Custom Abilities. I can say for sure no Custom Ability has the the field "cAnimStart" on it. :(

Animal Companions are created on the " Race, Animal Comp " tab. Have you done this?
 
Shadow, I used the find thing in the eval script window and that is what I got it is most probley wrong for what I want to do

What I would like to do but so not know how to go about doing it is add a new animal companion/ Divine bound Mount to a new prestige class. To do this I believe that I have to create a new class special is this correct? How wold I do this thanks for your help

Shadow do you do custom work for cash?
 
What I would like to do but so not know how to go about doing it is add a new animal companion/ Divine bound Mount to a new prestige class. To do this I believe that I have to create a new class special is this correct? How wold I do this thanks for your help
If you just want the PrC to give access to all the normal Druid Animal Companions that is very easy. Its all done on the "Class" tab for your new PrC. The following assumes that you get the AC at level 1.

1) So go to the "Class" tab and click on your PrC and find "Animal Comp. Starts at..." and enter "1".
2) Click on "Bootstraps" and bootstrap the following 3 Things:
cAnimClass
cAnimLink
cAnimShare

3) Click on "Class Special Abilities" and find (cAnimLink & cAnimShare) and set the "Gain at Lvl" to 1.
4) Do "Test Now!"
5) Add a level of your PrC.
6) Click on the PrC class tab and see now you have the Animal Companion button now.

That is it. ;)

Shadow do you do custom work for cash?
I don't actually. I would rather help people learn how to the use the software themselves actually. Plus I do work on several of the larger Community Projects and that takes up what little free time I have.
 
Shadow I got the select animal companion button but I get the following error.

Linkage pick 'table' not located for current context
Location: 'eval' script for Thing 'cAnmcom' (Eval Script '#1') near line 1

Thanks for your help.
 
Shadow I got the select animal companion button but I get the following error.

Linkage pick 'table' not located for current context
Location: 'eval' script for Thing 'cAnmcom' (Eval Script '#1') near line 1

Thanks for your help.
You removed your scripts you had tried write correct? As they are not needed.

If you did then feel free to attach your .user file to a post or email it to me at my forum user id @yahoo.com. I can take a quick look tonight then to see what is going on.
 
Back
Top