So, I'm taking a look at some existing Eval scripts trying to figure out how to do something, and I'm consistently seeing this line, or something similar:
What exactly does linkage[varies] mean? I see that all over the place. I'm guessing it's situational, but any direction would be helpful.
(I'm making a Monk archetype that removes some of the typical Monk proficiencies, but the "Monk Weapon Proficiencies" is still showing up normally on the feats--it seems to be bootstrapped in directly instead of being done through weapon proficiencies, and I can't figure out how to remove it.)
Related, but as an aside, are there any docs besides the authoring wiki and the help files in the editor? Javadoc-style or something similar that basically just shows all the commands the editor can use?
Yet another question edited in since nobody's been around to answer yet -- Is it possible to do comparisons on thing names/shortnames? As in:
Code:
perform linkage[varies].delete[fInclude.fWepMnk]
What exactly does linkage[varies] mean? I see that all over the place. I'm guessing it's situational, but any direction would be helpful.
(I'm making a Monk archetype that removes some of the typical Monk proficiencies, but the "Monk Weapon Proficiencies" is still showing up normally on the feats--it seems to be bootstrapped in directly instead of being done through weapon proficiencies, and I can't figure out how to remove it.)
Related, but as an aside, are there any docs besides the authoring wiki and the help files in the editor? Javadoc-style or something similar that basically just shows all the commands the editor can use?
Yet another question edited in since nobody's been around to answer yet -- Is it possible to do comparisons on thing names/shortnames? As in:
Code:
foreach pick in hero from BaseSpell
~validif (eachpick.field[shortname]="Cure Moderate Wounds")
@valid
nexteach
Last edited: