ShadowChemosh
Well-known member
So this is for Pathfinder but as its way more advanced and not directly tied to Pathfinder game system I figured I would ask here.
So I have the following setup for a new editor inputthing element:
So the above works great as it allows linkage to Class compset. I was hoping to limit the list of classes down by saying I only want the Class compset that have tag X. I sort of seen this work with the bootstrap stuff using <match>.
So tried a few variations of the following:
So that we only match with those with the specific tag?
The inputthing is not documented well on the wiki and instead of me spinning my wheels trying different combinations. I figure a simple answer of yes/no would be helpful.
Thanks!
So I have the following setup for a new editor inputthing element:
Code:
<inputthing
name="Class Linkage"
helptext="Select the class helper that is to get maneuvers and stances.">
<it_linkage compset="Class" linkage="powClass"/>
</inputthing>
So tried a few variations of the following:
Code:
<inputthing
name="Class Linkage"
helptext="Select the class helper that is to get maneuvers and stances.">
<it_linkage compset="Class" linkage="powClass"/>
<match><![CDATA[PathOfWar.Class]]></match>
</inputthing>
The inputthing is not documented well on the wiki and instead of me spinning my wheels trying different combinations. I figure a simple answer of yes/no would be helpful.

Thanks!