Where is the documentation on creating .1st and .user files? I am getting what I am certain is a fairly simple error, but I cannot find any documention on using a .1st file.
I am trying to allow a set of .user files to be selectable, so that they apply to characters from one campaign but not others.
I have a .1st file, duplicated below, which I copied from a working .1st file. It complains that line 9 (id="lawandorder") does not have a unique id.
Grepping the files in that directory only finds lawandorder in the corresponding .user file, which has this line
inside all of the things. It does not complain about the .user file, but does not generate the GUI after issuing the error.
Any idea what is wrong here?
I am trying to allow a set of .user files to be selectable, so that they apply to characters from one campaign but not others.
I have a .1st file, duplicated below, which I copied from a working .1st file. It complains that line 9 (id="lawandorder") does not have a unique id.
Grepping the files in that directory only finds lawandorder in the corresponding .user file, which has this line
Code:
<usesource source="lawandorder" />
Any idea what is wrong here?
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<document signature="Hero Lab Structure">
<!--
Selectable Source for Law and Order campaign
-->
<!-- Misc Sources -->
<source
id="lawandorder"
name="Law and Order Campaign"
selectable="yes"
parent="UserParent"
sortorder="1"
description="House Rules for Law and Order Campaign">
</source>
</document>