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

Old April 20th, 2017, 11:59 AM
You just need to apply a tag to the Hero in a script. Pre-Level/10000 should be fine for this condition.

Code:
~ Turn on Flanking Condition
perform hero.assign[Condition.pstFlankin]
The above turns on the Flanking condition. To find the correct Tag for Concealment you just need to look at the tags on the Concealment condition. Once you find the correct tag id you just replace pstFlankin with the correct tag for Concealment.

From inside of Hero Lab go to the menu "Develop->Enable Data File Debugging". If you are doing any editor work you want this option on.

Then RIGHT click on the "?" field of Concealment and select "Show Tags"....

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