View Single Post
TheBullDog
Junior Member
 
Join Date: Oct 2008
Posts: 26

Old April 29th, 2017, 09:54 PM
I didn't want to revise a dead thread, though it is pretty much the same exact issue as the other thread. However, I am having the exact same issue, except I am trying to do it to the Monk class with a revised Way of the Four Elements archetype, as opposed to a Vampire in the other thread.

Quote:
Cannot set dynamic linkage 'castattr' when no default linkage exists
Quote:
perform linkage[table].setfocus
doneif (state.isfocus = 0)

doneif (tagis[Helper.Disable] <> 0)

~ Spellcasting attribute
perform focus.setlinkage[castattr,BaseAttr,"IsAttr.aWIS"]
~ perform focus.setlinkage[spellattr,BaseAttr,"IsAttr.aWIS"]

~ Spellcasting type
perform focus.assign[CasterType.SpontKnow]
perform focus.assign[CasterSrc.Divine]
perform focus.assign[Helper.WarlocCast]
perform focus.assign[sClass.cHelpMnk]

~ Cantrip Array
focus.field[cArrKnCan].arrayvalue[3] += 1
focus.field[cArrKnCan].arrayvalue[6] += 2
focus.field[cArrKnCan].arrayvalue[11] += 3
focus.field[cArrKnCan].arrayvalue[17] += 4
Is there anyway to assign the spell-casting attribute without Duplicating the Monk class?

I love you guys (Wolf-Lair / Hero Lab) but your lack of how to for the editor is frustrating. At the very least a complete list of scripting and tags and what not would be nice. The editor has been out for how long, and there is still pretty much zero documentation on it.

I mean sure, you have a very basic tutorial... But that is bunk when it comes to advanced stuff. And the one thing that should tell me how to do this, doesn't work it gives me the aforementioned error.
TheBullDog is offline   #1 Reply With Quote