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

Old September 26th, 2016, 12:16 PM
Quote:
Originally Posted by Mergon View Post
This deals with Configurable's. I need to use a script for Secondary Ability Total. I want this field to be incremented on a level basis. Is this possible, or is it locked to whatever number is entered here?

I've tried various Phases & Priorities without avail . . . :/
You still need help with this?

Nothing that I know should prevent you from modifying the field values. Can you show the script logic you used?

Basic script logic would be:
Code:
field[cfgMax2].value += hero.tagcount[Classes.?]
After Post-Level/10000 and replace Classes.? with the correct tag for your class. This script also assumes you are running on the configurable itself.

If you put this on a Class Special you would do:
Code:
hero.childfound[XXXXXXX].field[cfgMax2].value += field[xTotalLev].value
After Post-Level/10000 and replace XXXXXXX with the correct Thing ID of your configurable.

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