• 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

Attributes - min/starting ?

TCArknight

Well-known member
Hi all!

I'm working on a new system where all the attributes range from 6-14. Starting out however, all attributes begin at a 7, and the user should be able to reduce 1 attribute to 6 to raise another to an 8.

By default, the display of the attributes with the Sample game system begins the display at the minimum and lets you raise it to the maximum.

I'm missing where I can change that to start at 7 and either let you reduce it by one or increase by one only.

Any suggestions?

Thanks!
Thomas
 
Add a creation script to the attribute component that sets the value of field[trtUser].value.
 
And the minimums and maximums are controlled by setting trtMinimum and trtMaximum - it sounds like you might have a different min/max in creation mode (6/8), vs. advancement mode (6/14).
 
Thanks Mathias!

I keep forgetting about the creation scripts :(

For the maximums, during creation the maximum can end up as high as 14, but for the User, anything over the 6/7/8 has to come from selecting their homeland, talents and other selections (some of which can be complicated). I'm hoping to simplify things with HL :)
 
Back
Top