• 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

M&M 3rd ed. Power modifies skill

I'd like to add a power that as one effect enhances perception +1 per rank of the power.

I've got the following in eval scripts:

Code:
#skillbonus[skPercep] += (1 * field[adRanks].uservalue)

But it doesn't seem to work. I have the Phase set to Traits Calculation, Priority 100, Index 1. Any ideas what I'm doing wrong?
 
My memory is that most of the stat changes require calling a specific script to cause the update to happen. It's been a while since I fired up Hero Lab, but isn't there some sort of generic "Enhanced Ability" that includes skills among the things that can be added to?
 
Back
Top