So I'm trying to noodle out how to get HL to throw a character validation error if I choose a custom bonus feet without having a particular Ethnicity.
I made a Racial Cust Special of Thassilonian (rcThassilo).
I then made the custom feat, marked it as a bonus feat for 6th level monks and added the following Expr-Reqs line:
#hasability[rcThassilo] <> 0
I've also tried the following in the pre-reqs code section:
@valid = 0
~ Check to see if we're the right Ethnicity
validif (#hasability[rcThassilo] <> 0)
And I've tried having both and each separately... no difference.
Am I missing something?
I made a Racial Cust Special of Thassilonian (rcThassilo).
I then made the custom feat, marked it as a bonus feat for 6th level monks and added the following Expr-Reqs line:
#hasability[rcThassilo] <> 0
I've also tried the following in the pre-reqs code section:
@valid = 0
~ Check to see if we're the right Ethnicity
validif (#hasability[rcThassilo] <> 0)
And I've tried having both and each separately... no difference.
Am I missing something?