View Single Post
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old January 30th, 2018, 08:49 AM
I believe, on the editor you have set up for spells, you need something like this
Code:
    <inputthing
      name="Spellweaving Talent"
      helptext="Specify which spellweaving talent this spell belongs to.">
      <it_taglist group="Helper" tag="IsWeaving"/>
      </inputthing>
That would produce the list of anything tagged with Helper.IsWeaving, but it wouldn't limit it to just Talents with that tag. For that, you might want to create a Talent.IsWeaving tag (instead of the Helper version) for use in this. Then, if Talents are the only thing tagged with the Talent tag group, you'll only see Talents in that list.

That help?

Working on -
  • (SWADE) WIP Savage Rifts
  • Savage Rifts (Deluxe): Update link in This post
  • Star Trek Adventures: Update link in This post
TCArknight is offline   #3 Reply With Quote