TCArknight
Well-known member
Howdy!
This is a question for files I'm working on for pathfinder, but as it's a general procedural question I figured it belonged here.
I have a tag "Custom.MyTag" which two of my classes forward to the Hero. I've got a tagcount[Custom.Mytag] >= 3 exprreq on a feat as a prereq. However, right now as it is if I have a Class1 2 / Class2 1 multiclass character the Hero will have 3 Custom.Mytag entries and meet the prereqs when it shouldn't.
Is there a way to get the current class level being added and splice that value to the end of the tag making something like MyTag2 or MyTag3? Then I could check for tagcount[Custom.Mytag3] >= 1 . Right?
Any thoughts are welcome.
TC
This is a question for files I'm working on for pathfinder, but as it's a general procedural question I figured it belonged here.

I have a tag "Custom.MyTag" which two of my classes forward to the Hero. I've got a tagcount[Custom.Mytag] >= 3 exprreq on a feat as a prereq. However, right now as it is if I have a Class1 2 / Class2 1 multiclass character the Hero will have 3 Custom.Mytag entries and meet the prereqs when it shouldn't.
Is there a way to get the current class level being added and splice that value to the end of the tag making something like MyTag2 or MyTag3? Then I could check for tagcount[Custom.Mytag3] >= 1 . Right?
Any thoughts are welcome.

TC