• 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

Limiting maximum Skill level

Gumbytie

Well-known member
Regarding Max skill level. I thought I had solved this a few days ago in another file but I sure can't find anything, sigh.

This part of a Hindrance I need to code:

In addition, his somewhat unnerving attitude conditions his social abilities: he cannot raise his Persuasion skill over d8.

Code:
[skPersuadeSWADE].field[trtMaximum].value = 4

I am drawing a blank on syntax left of the .field above.

I searched through the forums here but not finding any help. Perhaps my searchfoo is not as good as it used to be.
 
Code:
hero.childfound[skPersuadeSWADE].field[trtMaximum].value = 4
Will probably get you what you're after. You use childfound so it doesn't throw an error if it's not there.
 
Back
Top