Mathias,
I am trying to figure out how to create a spell-like ability bootcustom on the race tab in the editor. I cannot seem to figure out what I need to get hero lab to autotag the Helper.SpellLike tag to be added.
I am trying to figure out how to create a spell-like ability bootcustom on the race tab in the editor. I cannot seem to figure out what I need to get hero lab to autotag the Helper.SpellLike tag to be added.
Code:
<inputthing
name="Spell-like Ability"
helptext="Specify which spell the race grants.">
<it_bootcustom compset="Spell">
<inputthing
name="Charges"
helptext="Specify the number of charges of the spell-like ability.">
<it_field field="spPrepared"/>
<[B][COLOR="DarkOrchid"]it_tag[/COLOR][/B] group="Helper" tag="SpellLike"/>
</inputthing>
</it_bootcustom>
</inputthing>