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

Old October 30th, 2016, 10:26 AM
Quote:
Originally Posted by DeltaMasterMind View Post
Edit: Well that kinda helps, but I need to add this to the Racial customs I made for the race. See You can pick one custom and only one because it defines what abilities and stats that race gets.
Ok rereading this I think I am starting to finally see what your asking. Each Racial Custom Special needs to set a different CR value correct? See Mathias artical on location location location.

The basic idea is you need to access the Base Race Pick on the hero. Here is a simple script to do just that. I would recommend a timing of about First/500 for this type of script.
Code:
      ~ Set a pointer to our race
      perform hero.findchild[BaseRace].setfocus
      ~ if can't find then get out now!
      doneif (state.isfocus = 0)

      ~ Now that we have a pointer we can just increase/change
      ~ any value on the race.
      focus.field[rCR].value += 1

      ~ Here we are changing the races Strength
      focus.field[rSTR].value = 10
Hopefully that gets you going in the right direction.

In addition I would recommend reading the Glossary of Terms for the Editor. Then check out FAQ#2 for all the places to learn about the editor including YouTube videos. Welcome to the wonderful world of using the HL editor which will be the most frustrating and rewarding thing you can do with Hero Lab.

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