• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Creating Spell Schools

asvaldson

Well-known member
Ok, so I'm starting with adding the Untapped Potential to my Hero Labs. The first thing I tried to do, is add the Disciplines. I copped information over from the school of Enchantment, to see how it was entered, and then basically made that into my Psychometabolism. It was very straight forward, until I ran into the 'Tags' button. For tags, it had Group ID: sSchool Tag Id Enchant Name; Enchantment Abbrev Ench

Apparently I need to add something along those lines into the editor for my psionic disciplines, but I don't know where. Any suggestions?
 
Apparently I need to add something along those lines into the editor for my psionic disciplines, but I don't know where. Any suggestions?
You can make your own tags in the editor. The only downside is they will all start with Custom. So the 2nd part of the tag just needs to be very understandable.

Inside the editor click on any Thing. Then at the bottom Right their is a blue button for User Tags just above Sources. When you click that button the first option you can click on is -New Tag-. Select that and press Ok. In the new window fill out the information and press Ok. Then you want to do a Test Now! right away to get HL to compile and create you that new tag.

Than you can use that Tag in scripts and bootstraps.

Hope that helps.
 
I also recommend setting up a pattern that you'll use for all of them. Tags in HL can be looked up if you have partial information by placing a ? where the difference begins.

So, if all of the Discipline tags begin with "UPDisc" (Untapped Potential Discipline), then "tagis[Custom.UPDisc?]" is asking the question "Do we have a discipline?"
 
Back
Top