View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old 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
Mathias is offline   #2 Reply With Quote