• 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

Show Only Question

RavenX

Well-known member
I know how to make title bars appear to break up equipment lists with isshowonly="yes" on the thing... but how can I get hero lab to not show the range field for ranged weapons when the isshowonly headers are included in the armory?
 
I don't have the time to dig through the files, but I think I had a bit in the pick where it checked a conditional to determine whether the range field was visible.

Ah, and indeed, in the position script (albeit for cost for me):
Code:
if (tagis[thing.showonly] <> 0) then
  portal[cost].visible = 0
  endif
 
Last edited:
Back
Top