I want some edges to not be available if a character has a certain racial ability pick (in this case, a specific racial hindrance).
As an Expression Requirement, it can be made so that an edge would not be available to the character if another edge is taken:
I would imagine that this should work for a Racial Ability, using the rp prefix to the unique ID, but I cannot quite figure out the prefix. What should I change "Edge." to?
As an Expression Requirement, it can be made so that an edge would not be available to the character if another edge is taken:
Code:
hero.tagis[Edge.EDGE_UNIQUE_ID] < 1
I would imagine that this should work for a Racial Ability, using the rp prefix to the unique ID, but I cannot quite figure out the prefix. What should I change "Edge." to?