• 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

Attribute Increases

Kathorus

Well-known member
I've been working on some custom animal companion stuff and was wondering if anyone knows a way to script against attribute increases. I was hoping to remove them all together but have not been able to find any trace of this calculation in the editor tabs.

Thanks.
 
Thanks, I looked through the hero fields in the debug window and nothing jumped out. Works like a charm.

I'm not up on how to write to the interface, is there a way to write to the area where the attribute increases are and change 'Next attribute bonus in 4 levels' to be blank? Something like,

field[attributeincreases].text = ""

I'm not sure how to find these element's names.
 
Back
Top