• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Help: Feat prerequisite is so many ranks in a skill.

DaggerdaleDM

Well-known member
In creating a Thieve's World data set I have run into another snag. I have implemented most of the Feats from the setting but there are several Feats that require a set number of ranks in a skill. How can I check for that? I couldn't find any Feats with such prerequisites in the SRD data sets, so I have no examples to learn from.
 
An example eval script from one of the custom feats I did:

if (childfound[kAppraise].field[kUserRanks].value >= 5) then
@valid = 1
endif

Probably based off of a prestige class somewhere.

Hope that helps.
 
YEAH! Thank you! I was checking all the regular feats. I didn't think to check the eval scripts for the PrCs. Lots of them have evals for a certain number of ranks in a skill. Thanks!
 
Back
Top