Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Authoring Kit (http://forums.wolflair.com/forumdisplay.php?f=58)
-   -   Output to sheets from gizmos (http://forums.wolflair.com/showthread.php?t=58834)

RavenX July 23rd, 2017 03:18 PM

Output to sheets from gizmos
 
Mathias

How do I get Hero Lab to output data from a gizmo to a character sheet?

Mathias July 24th, 2017 08:12 AM

If the items are shadowed to the hero, then they'll output normally. Otherwise, you'll need scripts within your display to search the gizmo, and build the text the way you want it. So within a labeltext script on a portal in the display;

Code:

foreach pick in gizmo from WHATEVER where "SOMETHING"
    @text &= the name and description of that item
    nexteach


RavenX July 25th, 2017 01:49 PM

How do I get the picks to shadow to the hero?

Mathias July 25th, 2017 02:51 PM

http://forums.wolflair.com/showthrea...ghlight=shadow


All times are GMT -8. The time now is 11:39 AM.

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