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

Old August 19th, 2014, 03:16 PM
That is what I get for reading too fast. Yea looks like Mathias was dyslexic for a moment. So sorry my bad...

So this part here
Quote:
Originally Posted by Mathias View Post
Is a certain tag present on the hero?
Code:
hero#Tag.Group
or
Code:
hero#Tag.Group <> 0
Should be:
Is a certain tag present on the hero?
Code:
hero#Group.Tag
or
Code:
hero#Group.Tag <> 0

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