• 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

HL Editor guidance

rwap

Member
Hi,

I hope all are well. I decided to bite the bullet and go for Hero Lab for my PC and NPC generation. I've got to grips with the hero lab interface.

I am thinking of migrating my homebrew setting into hero lab.

My programming skills aren't great and although I've checked the tutorials but I'm still getting a bit confused.

I'm currently trying to make a prerequisite for deities (I.e. followers have to be LG, CG or NG).

Would anyone be willing to show me briefly what I should be doing?

I would appreciate any words of wisdom.

Many thanks
 
I'm currently trying to make a prerequisite for deities (I.e. followers have to be LG, CG or NG).
You would want to put in "Expr-reqs" which is one of the blue buttons on the right side on the "Deity" tab.

You want to enforce that a character is good so you would enter:
Code:
hero.tagis[Alignment.Good] <> 0

Then put in a error message under "Message:" that will get displayed when a character does not have a good alignment. Do a "Test Now!" in top left corner and test it out.
 
Thank you very much for taking the time to help, I really appreciate it.

I will have a butchers in a little when I next open the application and try it out.
 
Back
Top