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

Old August 12th, 2017, 09:40 AM
Here is the script that macro #levelcount[] is doing under the covers:
Code:
hero.tagcount[Classes.#class]
This means its looking for the "Classes.?" tag that resides on the Hero. To find this tag do the following:

1) Start with a new character and add one level of the class you want to count to a character.
2) Go to "Develop->Floating Info Windows->Show Hero Tags".
3) In the new window that appears type "Classes" into the TOP LEFT corner text area. This will then show you all tags that have that word. The "Tag ID" will show you the value your looking for which is AFTER the Classes Period. In example for the Cleric the tag is "Classes.Cleric". Which would make the macro look like this:
Code:
#levelcount[Cleric]

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