• 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

Edit Eval Scripts

SAbel

Well-known member
I am attempting to enter Justifiers Savage World rules and I am hitting a hang up on how to modify an eval script

linkage[Skill].field[trtBonus].value += 1
perform #resspent[resSkill,-,1,field[name].text]

The Script is to create a free skill that has a D6 starting modifier

I copied the "Free Skill at d6" and followed the directions

The race has a free d6 in one Skill.

IMPORTANT NOTE: Do Not Modify This Version of the Racial Property. Make a copy of it, and give the duplicate a meaningful name and description to fit your campaign. Then select the appropriate Skill in the duplicate. You will also need to bootstrap the given Skill to the Race, either to this Racial Property or the Race itself.

But I recieve an error;
Linkage pick 'Skill' not located for current context
---
Linkage pick 'Skill' not located for current context

I do not know what I have missed but any help would be nice.

Thank you.
 
The Skill you have selected in the dropdown also needs to be bootstrapped to the Racial Property (i.e. skBoating for the Boating Skill). The error message it because it's trying to add a modifier to a Skill that isn't there.
 
Back
Top