View Single Post
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old October 9th, 2017, 10:42 AM
Quote:
Originally Posted by Roadie View Post
I've been working on adding Fool's Errand (a DSP mini-supplement that adds another PoW discipline and some associated stuff), and I've run into an odd question as I try to wedge in Lock as a pseudo-combat maneuver type: Is there any good way to get the highest initiator level the character has,
When you turn on the PoW source a new Helper Pick gets added to the hero.
thing id="PWDisLevel" name="Martial Discpline Helper"

It holds information in abValue and abValue2:
abValue = Max Initiator Level
abValue2 = Max Disciple Level

For your Pre-Req you would just need to do the following if your PrC required a minimum IL of 4 in example.

Code:
#value[PWDisLevel] >= 4
Quote:
Originally Posted by Roadie View Post
and the highest initiation modifier the character has?
Have not had this requirement before. I would need to enhance the above Pick to have Value3 be the highest init modifier.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #1352 Reply With Quote