Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Help: Pre-req for new feat (http://forums.wolflair.com/showthread.php?t=57618)

Dami February 5th, 2017 12:25 AM

Help: Pre-req for new feat
 
I'm trying to implement a Feat that grants a bonus to two chosen Knowledge skills. I've got everything working except for the Pre-Req. The feat requires two Knowledge skills with 5+ ranks. I'm only going round in circles trying different code and searching the forums for code or something similar.

I started with:

foreach pick in hero from BaseSkill where "Helper.SkCatKnow"
validif (eachpick.field[skRanks].value >= 5)
nexteach

This tells me if there's ONE skill at 5+, but I don't know how to convert this to being valid if two are 5+. There's got to be an easy way, but I can't find the detail I need to do it.

Any suggestions?

Togainu February 5th, 2017 02:40 AM

Look at the feat "Dilettante". It requires 2 ranks in 5 different knowledge skills. If you want to check it inside hero lab (edit: if you have the source material) else:


Make a var counter before the loop (and make it 0. Just programming safety thing)
Make an each loop past all knowledge skill
In there up the counter if the skills has x amount of ranks or more
After the loop call validif counter equals or is higher than requirement


All times are GMT -8. The time now is 09:42 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.