Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Authoring Kit
Register FAQ Community Today's Posts Search

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 07:46 PM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.