• 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

More trouble with Entry Requirements

jkthomsen9

Well-known member
Having more trouble with this req.

Special: proficiency with at least one martial weapon

#hasfeat[fMartial] <> 0 takes care of a single martial weapon proficiency but pWepMart is not a feat and I am not sure what it is or how to add the class feature all martial weapons to satisfy the requirment. I belive this will be a script in the Pre-reqs button?? Thanks in advance.

James
 
The fWepMart feat and pWepMart adjustment both function by assigning the Hero.ProfMart tag to the hero.

So,

Code:
hero.tagis[Hero.ProfMart] + #hasfeat[fMartial] <> 0
(that goes in an expr-req), will look for the choose a martial weapon feat or martial weapon proficiency granted by a class.
 
I found the Hero.ProfMart tag by opening a copy of each of those items in the editor and studying their scripts.
 
well thank you again. with your help I have almost got the Strormwrack book converted to hero lab pathfinder.

James
 
Back
Top