I am trying to create a template. I found this in the vampire template:
validif (hero.tagis[NotLiving.?] = 0)
I want to replace this with 3 lines that says valid if not incorporeal, not elemental, and not outsider.
Where do I find the tags associated with these things? More importantly, how do I find out what all the tag are? There must be a list or a way to access them.
validif (hero.tagis[NotLiving.?] = 0)
I want to replace this with 3 lines that says valid if not incorporeal, not elemental, and not outsider.
Where do I find the tags associated with these things? More importantly, how do I find out what all the tag are? There must be a list or a way to access them.