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

Old December 24th, 2018, 11:55 AM
I assume the issue is that you have the Dropdown setup to use Picks and the Foreach loop is looking at Things. Either change your dropdown to look at Things or change the foreach loop to look at Picks. But currently you have apples looking at oranges and wondering why they don't match.

Another way is to take the dropdown out of the equation and do the following:
Code:
foreach thing in Ability where "abCategory.Inh_tal"
  debug eachthing.idstring
nexteach
Then go to Develop->Floating Info Windows->Show Debug Output. This will open a window that will show you the Thing ID from the above Debug statement.

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