What <list> and <candidate> expressions did you put on each table?
Also, what component="" is set for those tables?
Candidate expressions control what you're allowed to select from, list expressions control what is shown in that table.
<candidate inheritlist="yes">
is common, so that you can automatically re-use your list expression for your candidate expression.
So, you need to write candidate and list expressions that will keep skills and psionics separate from each other.
Also, what component="" is set for those tables?
Candidate expressions control what you're allowed to select from, list expressions control what is shown in that table.
<candidate inheritlist="yes">
is common, so that you can automatically re-use your list expression for your candidate expression.
So, you need to write candidate and list expressions that will keep skills and psionics separate from each other.