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)
-   -   Show Only Question (http://forums.wolflair.com/showthread.php?t=60429)

RavenX March 25th, 2018 02:25 AM

Show Only Question
 
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?

Duggan March 25th, 2018 05:27 AM

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


RavenX March 25th, 2018 04:18 PM

Thank you, kind sir, much appreciated.


All times are GMT -8. The time now is 11:17 PM.

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