I'm trying to build an item (the Equinox Crown, from Road to War: The Equinox Crown) that is sort of like Radiance from Wrath of the Righteous: a legendary item with prebuilt powers that are unlocked as the PC owner accomplishes certain tasks.
Unlike Radiance, the Equinox Crown has actual legendary item abilities - specifically Legendary Surge, that applies to concentration and caster level checks. I tried adding those abilities via bootstraps (both in and out of a Gizmo), and it tests fine in the editor, but I get this error message in Hero Lab:
I'm guessing it's because the item isn't a "real" legendary item, added via the Legendary Items entry on the Magic tab in HL proper.
In case it's relevant, the particular things I bootstrapped are: laLegendSu, lsCaster, and lsConcent. If any one of those is added, I get the error message.
Any ideas on how to fix it so that error message doesn't come up?
Unlike Radiance, the Equinox Crown has actual legendary item abilities - specifically Legendary Surge, that applies to concentration and caster level checks. I tried adding those abilities via bootstraps (both in and out of a Gizmo), and it tests fine in the editor, but I get this error message in Hero Lab:
Code:
Attempt to access non-existent parent pick for a top-level container from script
Location: 'eval' script for Component 'ItemCustom' (Eval Script '#2') near line 6
- - -
Attempt to access non-existent parent pick for a top-level container from script
Location: 'eval' script for Component 'ItemCustom' (Eval Script '#2') near line 9
- - -
Attempt to access non-existent parent pick for a top-level container from script
Location: 'eval' script for Component 'ItemCustom' (Eval Script 'Custom Item abSource') near line 6
I'm guessing it's because the item isn't a "real" legendary item, added via the Legendary Items entry on the Magic tab in HL proper.
In case it's relevant, the particular things I bootstrapped are: laLegendSu, lsCaster, and lsConcent. If any one of those is added, I get the error message.
Any ideas on how to fix it so that error message doesn't come up?