• 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

doing an edge that gives a +1 bonus to skill that is over it's governing attribute

Praetor

Well-known member
I have an edge that gives a bonus to certain skills if they are over their governing attribute, tried the following and this gives the bonus regardless. Any help is appreaciated as always.

Code:
if (#traitfound[skNotice]>=#trait[attrSma]) then
perform #traitroll[skNotice,+,1,"Savage"]
endif
 
Silly me, I had it pre-traits 5000, so naturally the skill was reading higher than the trait and always getting the bonus. Changing to traits fixed it. Thanks.
 
Back
Top