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

Old May 26th, 2017, 01:12 PM
I would recommend adding debug logic to see why the script is not working:

Code:
debug "IN"
if (field[abilActive].value <> 0) then
debug "active"
  perform hero.childfound[skIntim].assign[Helper.Advantage]
debug "tag found " & hero.childfound[skIntim].tagis[Helper.Advantage]
endif
Then go to "Develop->Floating Info Windows->Show Debug Output". Then you can see the output of the "debug" info in the window.

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