PDA

View Full Version : Traits as Pre-Reqs?


jephkay
July 12th, 2010, 11:31 AM
What is the expression for checking for a given trait as a pre-req for a feat? For example: Secret Signs [Local] requires Int 13 and Absalom Affinity.

Defining Absalom Affinity as a trait was easy enough.

But now, we want to look at the traits to see if we can have the Regional Feat of Secret Signs. #hastrait does not seem to exist.

Mathias
July 12th, 2010, 12:41 PM
#hasfeat[XXX] is a shortcut for hero.tagis[HasFeat.XXX]

Traits use HasTrait.XXX, but no #hastrait[] macro has been added, so:

hero.tagis[HasTrait.XXX] <> 0

Soulkeeper
January 31st, 2012, 09:48 AM
Is there a resource for all these commands listed? Kinda like a good old fashioned o'reilly source book?

I found the kit wiki and tried searching, knowing it had a #hasfeat, I assumed #hastrait and failed. I eventually found this to fix it.

ShadowChemosh
January 31st, 2012, 01:40 PM
Is there a resource for all these commands listed? Kinda like a good old fashioned o'reilly source book?

Your question is covered in the FAQ (http://forums.wolflair.com/showpost.php?p=69392&postcount=4) actually. But the best bet is the Search feature of this forum. Most likely as you found what your looking for has already been asked and answered. :)