• 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

Trait Prerequiste

Angela2013

Well-known member
I am setting up some traits that have a level requirement. It doesn't have to be the level(s) in any particular class just the level(s) in general.

Anyone have an idea on the script for that?
 
Can you think of any feats that require you to be a certain level? Leadership perhaps?

Try using the "New (Copy)" button on the feats tab to make a copy of the Leadership feat so you can look at how it implements its "Character level 7th required" prereq.
 
Thanks, used the prereq script form the Leadership feat and it works great for traits with a minimum level required.

I also have some traits that can oly be chosen at first level. I am using the following script.

#totallevelcount[] = 1

That works fine for making them unavailable at higher levels but chose the trait at first level and then gain some experience and go up a level, the trait name turns red just as if it was an error. Any ideas on how to keep that from happening?
 
Try some feats called Fiendish Facade, Monstrous Mask, and Fiendish Heritage from Council of Thieves - those have examples of 1st level requirements.
 
Back
Top