At 09:09 PM 10/14/2008, you wrote:
I have a lot of spells in an Access database and have exported them into the proper format for HeroLab (d20). I'm receiving the following error:
ClericSpells - 10 - Thing 'zClr1000' (dynamic tag) - invalid unique id
ClericSpells - 11 - Thing 'zClr1000' (dynamic tag) - invalid unique id
What does this mean exactly? What do the '10' and the '11' mean and what does '(dynamic tag)' mean?
We've spent the last few days working non-stop to get the V2.3 released, so please forgive the delay.
The first field is the filename, obviously.
The second is the line number where the error occurred.
The third is where the error was encountered. In the example above, the error was in the definition of the thing with id "zClr1000". In parentheses is additional informatoin about the context where the error occurred. In the example above, the error occurred in the definition of a dynamic tag.
The fourth is the actual error itself. In this case, an invalid unique id was specified. Given the context, you're defining a dynamic tag for the thing and the id assigned for the tag is invalid.
Many tags are pre-defined within the data files and you can only choose from those pre-defined tags. Dynamic tags are those where new tags can be defined on-the-fly, as needed, by users when adding their own content. The tags can be dynamically defined, hence the designation.
Hope this helps!