• 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

Racial Ability starts race with a d4 in Swim

tatteredking

Well-known member
Working in entering some Races for a Star Wars game and an attempting to determine how to script up a racial ability that gives a d4 in Swimming automatically. I've determined how to give a static bonus (i.e. +2) but not how to add dice.

Thoughts?

Thanks
 
OK so I used the following

Code:
#traitcreation[skSwimming] += 1

when I shifted over to the interface and started a new character with this race, there was no Skill showing. But when I added the skill in at a d4, it showed up as a d6.

So it kind of worked.

EDIT: Resolved. After reading other posts, I determined I needed a bootstrap!

Reference: This thread
 
Last edited:
Back
Top