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

Old July 1st, 2017, 01:45 PM
Most things have the ability to have two drops down which could be used to allow a person to select CL and Spell Level.

Assuming you have the community Pack installed you can use the following custom expressions to produce a pair of dropdowns:

Use this for a selection of spell levels 0-9
Code:
component.SelectHelp & PackSelect.SpellLevel
Use this for a selection of caster levels 1-20
Code:
component.SelectHelp & PackSelect.CharLevel
Then you can test the tag "Value.?" to for each chooser to figure out the spell/caster level chosen.

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