• 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

Set stats (not point buy)

JStreet

Active member
I am trying to use the authoring kit to make the new IKRPG for hero labs. The Game doesn't have much for mechanic's, but im net to hero lab programming. The Game has set stats per race, with 3 points to spend after.

How would one set the Stats to a said amount? I see how to add a bonus to them, but thats it.

Thanks
Jon
 
Have them default to 0, and have the race add the correct amount of bonus to that base to get the right total for that attribute on that race.
 
Seems redundant, why do it ALL by hand in the program... might as well do it on Paper. Is there no way to set them to a default?
 
The numbers get stored as fields on the individual races, and adding them as bonuses is handled by a single script on the race component that just adds whatever field value is there. So all you do to create a new race using the editor is to enter the numbers for each race - no programming required to set up each individual race (just some programming to set up the generic behaviors for all races).
 
Back
Top