• 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

Custom Expression Help

Mergon

Well-known member
I'm trying to create a Custom Expression that will allow me to chose a language from component.BaseLang that you don't already have. I just can't find an expression that ignores languages you already have . . .

Is there such a critter? :confused:
 
You will have to construct it in a script.

Code:
var searchexp as string
searchexpr = "componoent.BaseLang & !(" & hero.tagids[SpeakLang.?,"|"] & ")"
[B]PLACE INTO PICKS Search Field[/B] = searchexp
 
Shadow:

Thanks. I didn't think of creating the expression in an eval script.

I'm just trying to add this missing tools, languages, and gaming set to the Mastermind's Master of Intrigue class ability. I couldn't believe there was no builtin ability to add skills, languages, and tools as part of a subclass. . .

Once again, thanks for the help Shadow.
 
Back
Top