• 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

Can someone check me on this please?

Erich

Well-known member
Isn't the code to add 2 languages to a hero
Code:
#resmax[resLang] += 2
      #resleft[resLang] += 2

I ask because when I use the code the only languages showing up are the ones for half of the Smarts die.

Thanks
-Erich
 
Probably a timing issue. I think the code for setting languages to half-Smarts is a straight up EQUAL TO equation. So if this +2 happens before that then it will just be overwritten with the half-Smarts one.
 
DOH! :o
Shoulda seen that one.
You are of course correct.
Changing the timing corrected the issue, and now the Actor/Actress edge is done.

Thanks
-Erich
 
Back
Top