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

Old July 30th, 2019, 12:10 PM
Quote:
Originally Posted by Tigz View Post
My main issues are in Racial Cust Special how to I make it a dodge bonus to armor and how do I create the Blank Space after the name so that a player can type the chosen terrain?
The blank space or "text box" is done by checking the option "Allows User Text?".

Giving a AC bonus requires using a script which in this case is situational meaning you will also need to have this ability turn on/off from the In-Play tab.

Set the option "Show in Activated Abilities List?". Then add this script at a timing of Post-Level/10000:
Code:
~ If not active get out now!
doneif (field[abilActive].value = 0)

~ Give a +2 Dodge bonus to AC
hero.child[ArmorClass].field[tACDodge].value += 2

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