OK so far I have figued out that any requirements for taking a PrC are inputed via Expr-Reqs. But the thing I have such a problem with is finding the tags to determine what I am entering.
For example the PrC I am entering has a requirement of Dodge. I used the following script:
It also has the requirement of 3 ranks in Perform (Dance) so I used:
If I am correct, if I don't have the feat or the skill ranks then the PrC should be grayed out on the class list, correct? It is still showing as black.
I keep trying to search threads and the links in the sig lines from others who have helped me in the past. But I cannot find anything concrete. The worst part is that for some reason, when I try to load a PrC that has requirements as a copy, there are no scripts in Expr-Reqs for me to model after and determine how they work. Just point me to the right thread and I am willing to nuke it out.
For example the PrC I am entering has a requirement of Dodge. I used the following script:
#hasFeat[fDodge]
It also has the requirement of 3 ranks in Perform (Dance) so I used:
#skillranks[sPerfDanc] >=3
If I am correct, if I don't have the feat or the skill ranks then the PrC should be grayed out on the class list, correct? It is still showing as black.
I keep trying to search threads and the links in the sig lines from others who have helped me in the past. But I cannot find anything concrete. The worst part is that for some reason, when I try to load a PrC that has requirements as a copy, there are no scripts in Expr-Reqs for me to model after and determine how they work. Just point me to the right thread and I am willing to nuke it out.