• 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

Data Files and Options

Paragon

Well-known member
Is there a way in the Editor to tell the program what when a given data file is in use, always use a particular option? I'm using the increased free languages option for my XCOM game, and figure it might as well be automatically turned on when the campaign setting is, but I can't see any obvious way to do it.
 
Do you mean the one that gives you your 1/2 Smarts in free languages? That's in the Common Code Thread:

Eval Script: Initialization/1000

Code:
perform hero.assign[Hero.SmartsLang]
 
Back
Top