• 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

doubling ranged penalties

psych777

Well-known member
created a dummy char and added a couple weapons with range. i don't see the penalties for the different range increments. do they show somewhere in herolab and i'm just blind?

reason i was looking is i have a trait that when i activate the ability on it it doubles the range penalties. since i couldn't find the penalties showing anywhere i added this code to my eval script for when it is activated:
field[actName].text = field[actName].text & " + double all range penalties"

the code works just fine and displays when i activate and disappears when not activated. was just curious if the range penalties were actually viewable somewhere so that i could dbl them instead of adding the text.
 
Back
Top