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

Old June 18th, 2019, 10:29 AM
Quote:
Originally Posted by marcopico View Post
Sure! Here are the .user file and the .por.

The .por file contains several characters but the only one I'm working on is named Atka, along with his familiar, Ganniaq.

As for the .user, you will find several abilities. The one that is not showing up for me is Spirit of Succor (class special).

Thanks a lot!
You need to change the tagexpr field to match what will be on the xChannel Pick. The SpecSource in this case is the class helper ID of cHelpSha.

So change:
Code:
tagexpr = "Custom.cShaChanne & SpecSource." & focus.idstring
to
Code:
tagexpr = "SpecSource.cHelpSha"
This will allow the procedure ChanEnFind to actually find xChannel that this class added and correctly set its values.

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