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

Old June 8th, 2017, 10:56 AM
Based on what I have seen the tag does not provide the *. That * represents that you have added "situational" text to be displayed on the Pick.

Try this:
Code:
doneif (field[gIsAttuned].value = 0)

foreach pick in hero from BaseEquip where "ToolCat.Gaming" 
  perform eachpick.assign[Proficienc.Tool]
  perform eachpick.assign[Hide.Tool]
  perform eachpick.assign[Helper.Advantage]
  #situational[eachpick, "Advantage to all gaming related rolls.",field[name].text]
  perform eachpick.pulltags[ProfTooDbl.?]
nexteach     

perform hero.pushtags[ProfTooDbl.?]
Note I am not near HL so didn't test this but pretty sure it will work.

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