• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Character sheet - including weapons multiple times

barrelv

Well-known member
Trying to figure the best way to do this:

My main sheet is mostly a 'quick glance to play' sheet. As such, there are summaries of each weapon on that page. On the 2nd page, I want to show more details of the weapons - what meckanica, runeplates, capacitors, etc are involved in the custom weapons, what notes about things like special abilities of the weapons, etc.

Well it seems if I try to use the same component on both sheets, it won't work. Only the section on the first sheet will show. Suggestions?
 
Yes, if multiple tables have the same component="" defined, then once something has been printed in once of those tables, it will not be printed anywhere else - that's how Hero Lab implements the spillover sheets that display anything that didn't fit on the main pages - how it knows what's already been displayed elsewhere on the character sheet.

So, look at the components that go into the compsets of these items - are there any other components that would be appropriate for the things you're displaying in that table? The "Special" component is often good for more detailed explanations. You ca use the <list> expression to control what's actually displayed in the table, if you're using a component like Special, that is shared among most of the compsets you're using.

If not, I'd just add a new component to the compset, that doesn't have any scripts or fields and is just used for printing.
 
running into a dead-end with the list.

The weapons and armor I need to show more details for are the ones that have been customized via entity/gizmos. So isEntity <> 0 instantly tells me that the items I need to put in this section.

However, I can't for the life of me figure out how to code the LIST section to work like that. Or am I going to have to do something where the entity sticks a tag on the Parent and test for that?
 
Yeah, this is the sort of thing that's better handled with a tag to identify those items. A component script can do the isentity test and assign the tag if it passes.
 
Back
Top