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

Old May 17th, 2016, 03:44 PM
Quote:
Originally Posted by CNYGamer View Post
I'm wondering, though, if there is a way to get the Beak attack to disappear from the character sheet altogether if the character is in human form. So something like (pseudocode in red):

Code:
if (field[abilActive].value = 0) then
   if (field[abilAct2].value = 0) then
      <Remove Beak from visibility in the weapon section>
   endif
endif
Try assigning the tag "Hide.Weapon" to the wBeak Pick. Assuming that logic came over from Pathfinder that will hide the weapon from display UI and the printed character sheet.

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