CorzatTheGray
Well-known member
So... I'm inputting all the data for the feats from TPK Games Laying Waste book. I've just been working on the data entry so far since the greater majority of the feats don't have any actual effect in HL, I'm making sure they at least show up correctly for selection.
I'm stuck on the feat Monk Weapon Proficiency:
I can't seem to figure out the "or" part of the prerequisite.
I have other prerequisites that use "or" set up in the Pre-reqs button as two validif expressions and they are working like a charm.
I'm not able to get the Monk level 1st to work right in a validif expression. So far I have this:
Which yields this error when I test it:
I'm stuck on the feat Monk Weapon Proficiency:
Monk Weapon Proficiency said:You are a master of exotic weapons commonly used among monastic orders, even those from distant lands.
Prerequisite: Monk level 1st or proficiency with all martial weapons.
Benefit: You are proficient in the use of all weapons with the monk special weapon quality, as described in the Pathfinder Roleplaying Game Core Rulebook, or that are part of the monk weapon group, as described in Pathfinder Roleplaying Game Ultimate Combat.
Special: Monks automatically begin with this feat.
I can't seem to figure out the "or" part of the prerequisite.
I have other prerequisites that use "or" set up in the Pre-reqs button as two validif expressions and they are working like a charm.
I'm not able to get the Monk level 1st to work right in a validif expression. So far I have this:
Code:
validif (#hasfeat[fWepMart] <> 0)
validif (#levelcount[cMonk] >= 1)
What am I missing here? Do I need a different macro? or is it the class id?Hero Lab was forced to stop compilation after the following errors were detected:
Syntax error in 'pre-requisite rule' script for Thing 'fLWMnkWpPr' on line 2
-> Tag 'Classes.cMonk' not defined