View Single Post
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old July 16th, 2018, 04:42 AM
This is an example from a dataset I’ve been working on:

Code:
<!-- upbringing panel
        This is the "Upbringing" panel shown within Hero Lab.
  -->
  <panel
    id="upbringing"
    name="Upbringing"
    marginhorz="5"
    marginvert="5"
    order="10"
    agentcompset="Upbringing"
    agentlive="HasUpbring"
    agentname="name"
    >
    <live>!HideTab.upbringing</live>
    <layoutref layout="upbringing"/>
    <position><![CDATA[
      ]]></position>
    </panel>
* Upbringing is a Component with an autocompset=“yes”, but you can define the compset if you like. You just have to use whatever you define in the agentcompset= portion

* HideTab.upbringing is a tag bootstrapped to the hero at creation.

* HasUpbring is an identity tag on the Upbringing component. When an upbringing is selected, the HasUpbring.? is forwarded to the hero and the HideTab.upbringing tag on the hero is deleted.

* agentname=“name” uses the name in the selected component for the tab (panel) name.

Does that help?

Working on -
  • (SWADE) WIP Savage Rifts
  • Savage Rifts (Deluxe): Update link in This post
  • Star Trek Adventures: Update link in This post
TCArknight is offline   #11 Reply With Quote