Hi,
In my never ending quest to get the lizardman Primitive racial property to work I decided to try and modify the Very Costly Attribute racial property.
Now the script to apply that to Smarts is
and the link script is
So I figured that the script to apply this to a skill would be something like
and the link would be
But when I try that I get an error saying that sklCost does not exist and if I leave in trtCost I get an error saying that trtCost does not ask for thing skKnow.
Obviously I am doing something wrong here. Am I completely out in left field and need to try another approach or is it just a matter of getting the syntax right for this script?
Thanks
-Erich
In my never ending quest to get the lizardman Primitive racial property to work I decided to try and modify the Very Costly Attribute racial property.
Now the script to apply that to Smarts is
Code:
linkage[Attribute].field[trtCost].value += 1
Code:
linkage="Attribute" thing="attrSma"
So I figured that the script to apply this to a skill would be something like
Code:
linkage[Skill].field[sklCost].value += 1
Code:
linkage="Skill" thing="skKnow"
But when I try that I get an error saying that sklCost does not exist and if I leave in trtCost I get an error saying that trtCost does not ask for thing skKnow.
Obviously I am doing something wrong here. Am I completely out in left field and need to try another approach or is it just a matter of getting the syntax right for this script?
Thanks
-Erich