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.
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.