• 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

candidate expression

Mergon

Well-known member
I am trying to create a candidate expression which allows the player to pick 1 of 4 skills that he or she is not proficient with.

I am sure I have done this before, but for the life of me I can't remember how and I can't find an example . . . <sigh>

The skills are: Deception, Intimidation, Insight, and Persuasion.

Any help would be appreciated.
 
I think a good example might be to look at the Rogue Expertise ability but you're going to be like
(thingid.skDecepept|thingid.skIntimid|thingid.skInsight|thingid.skPersuas) & !Helper.Proficient

as always, timing will be the rough thing.
 
Back
Top