View Single Post
Shadowolf
Junior Member
 
Join Date: Dec 2013
Posts: 3

Old May 26th, 2020, 04:38 AM
Okay so I'm working on a feat from a book that has the following "Prerequisites: Craft (any) 3 ranks"

So I've entered the following into Hero Lab:

~ Make a prereq valid if you have 3 or more ranks in Any crafting skills
if (#skillranks[skCrafAll] >= 3) then
@valid = 1
endif

No matter what crafting skills I choose, even if I put the ranks all in 1 skill, it still does not make the feat a valid selection, telling me that I haven't met the prerequisite.

If I change the skill in the script to a specific crafting skill and select 3 ranks in that skill, it does work. So I'm just wondering what I'm missing here.

Thanks,
Philip
Shadowolf is offline   #1 Reply With Quote