BFT2020
Hunter
What is the difference between the two?
requirement name="!ItemHasTags"
I understand what happens with the bottom example. If the tag was perkSkullCrusher, then the effect would only apply to items that has that tag. Does the top example mean the opposite? Does it mean it applies to everything but perkSkullCrusher? Or is this just a typo I found in the code?
requirement name="!ItemHasTags"
Code:
requirement name="ItemHasTags"
I understand what happens with the bottom example. If the tag was perkSkullCrusher, then the effect would only apply to items that has that tag. Does the top example mean the opposite? Does it mean it applies to everything but perkSkullCrusher? Or is this just a typo I found in the code?