• 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

Language Problems

sablevarg

Active member
New Problem!

I have a feat that gives the character a bonus language; it's supposed to be one of the nine 'Magic Tongues' (Abyssal, Aquan, Auran, Celestial, Draconic, Ignan, Infernal, Sylvan, & Terran).

I used " hero.child[Totals].field[tLangsSpk].value += 1" which got the extra language, but I can't get just those nine as the chosen (I can't even get all the nine as choices most of the time).

I've tried the custom selection, which it ignores (don't know why). I've looked on here but don't really know what I'm looking for.
Can someone help?

A thought: I could make it work with a template, but is there a way to trigger a template while using an upbringing feat (It's in a set of interrelated feats & I would like them to be shown together in the feats)

Thanks in advance for any help you give
 
In the feat, you can set the Pick Requirement (Pick-reqs). I've never used this, but it might be what you are looking for. Try putting only those things you are allowed to pick from in there. See if that works.

You can also try setting the Custom Expression, using "thingid.lAbyssal | thingid.lAquan | thingid.lAuran | ... etc."
 
Last edited:
Thanks for the attempt;

I tried lAbyssal in the Pick-reqs just as a test - That makes it a requirement that the character already know Abyssal to get the feat

Thingid in the custom expression field was just ignored

Is there a way to create a 'select from' field that I could make so it would only allow languages? (you would think that would already be there, strange)
 
I just tried this, I created a Feat called Bonus Language, I set the custom expression to "thingid.lAbyssal | thingid.lAuran" (without the quotes). It came up fine in the feat. So don't put any quotes in. Also, leave Select From... and Restrict To... to None.

If that doesn't work, you've got something configured incorrectly. Hope that helps!
 
Back
Top