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
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?
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?