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

Old April 8th, 2016, 12:40 PM
Quote:
Originally Posted by Illyahr View Post
Can you apply two conditions at the same time? It's already bootstrapped to Wild Aspect. I already have:

fieldval:hIsOn1 = 1

This makes sure the claw attacks only show up when the Wild Aspect effect is active.
Yes you can do "or" using "|" or "and" using "&":

Code:
fieldval:hIsOn1 = 1 & count:Classes.Apelord >= 7

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   #4 Reply With Quote