• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Custom Archetype Errors

Leobardis

New member
I'm trying to create a simple blank archetype.

New (Blank)
Set 'Class to Modify' to Fighter
Set 'Skill Points per Level' to 6 as minimal change
Set UniqueId

The problem I'm running into is that when I test it, the eval is getting a null error during the Global Tags phase

Code:
Tag 'SpecSource.arTest' not defined
Location: 'eval' script for Component 'BaseVary' near line 7
-------------------------------------------------------------------
Identity tag does not exist for thing/pick 'arTest'
Location: 'eval' script for Component 'BaseVary' (Eval Script 'Most Archetype Changes') near line 4

Looking at the Debug Tags window, it looks like its picking the closest tag to the UniqueId:

UniqueId of 'arTest' returned arTotemGui
UniqueId of 'arDrgKnight' returned arDraconic

Anyone have any idea of what is going on?
 
Back
Top