• 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

Hero Lab Scripting Troubles

Sadiramaniac

New member
I am trying to edit various portions of dnd ghostwalk to work for hero lab pathfinders which means adding things in via. editor a lot.

Now with some crafty editing of the tiefling racial for sorcery I was able to add sherem-lar and sherezem-lar sorcery but when I attempted similar for kihu-sherem the results were a flop to say the least. I am not good with code and can use some help with this... basically I need to make a feat that counts a monk's wisdom as +2 higher for only monk based abilities. :confused:
 
Wisdom only adds to monk AC and is not used in other monk abilities, so adding 2 to the wis means only adding 1 to AC.

If that's what you meant, try and have a look for the name of the field that contains the AC modifier opening Debug>Hero Fields in Hero Lab and you can use this code to modify the AC:

hero.child[cMnkAC].field[name_of_the_AC_value].value += 1

Hope it helps.
 
Back
Top