View Single Post
Dirtydeedz
Junior Member
 
Join Date: Sep 2013
Posts: 20

Old October 19th, 2017, 12:06 PM
Quote:
Originally Posted by panda View Post
It won't show if there is no deities in it.
Is there absolutely no way?
I want to add separators as follows:
-Campaign Deities- (Empty)
-Deites by Race- (Empty for Human)
-Deites by Ethnicity- (Full for most Ethnicities)

Code:
HTML Code:
<!-- Doesn't show up - IS EMPTY-Greyhawk Deity Header -->
 <thing id="deiS2Greyh" name="{bmp npcclass} -Greyhawk Deities- {bmp npcclass}" compset="Deity" uniqueness="unique" isshowonly="yes" description="The GREYHAWK blah, blah.">
    <usesource source="srcHiMiDei"/>
    <tag group="DeityCat" tag="S2Greyhwk"/>
    <tag group="explicit" tag="5"/>
    <tag group="Helper" tag="CoreCampOK"/>
    <tag group="ProductId" tag="HLCommunit"/>
 </thing>
<!-- Doesn't show up - IS EMPTY -Human Deities- -->
 <thing id="deiGHdcHmn" name="{bmp npcclass}- Human Deities -{bmp npcclass}" compset="Deity" uniqueness="unique" isshowonly="yes">
    <usesource source="srcHiMiDei" parent="pGreyhwk" name="The High &amp; Mighty-Deities"/>
    <tag group="Helper" tag="NoPathSoc"/>
    <tag group="DeityCat" tag="S2Greyhwk"/>
    <tag group="explicit" tag="11"/>
    <tag group="ProductId" tag="HLCommunit"/>
 </thing>
<!-- This shows up because it is full -->
  <thing id="deiGHdcbak" name="- Baklunish Deities -" compset="Deity" uniqueness="unique" isshowonly="yes">
    <usesource source="srcHiMiDei"/>
    <tag group="DeityCat" tag="S2Greyhwk"/>
    <tag group="explicit" tag="12"/>
    <tag group="ProductId" tag="HLCommunit"/>
    <tag group="Helper" tag="NoPathSoc"/>
    </thing>

Last edited by Dirtydeedz; October 19th, 2017 at 12:08 PM.
Dirtydeedz is offline   #10 Reply With Quote