• 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

How to add text to a language

panda

Well-known member
I have a monster race that has Common as language but there is a small text behind, how can I select the language and change it's name (or add something to it)
 
Livename is your friend. For example look at all the adjustments I just added into GitHub actually. These all for all sorts of things to have there name changed.

Basically if you know the exact language you can do the following after its live:
Rendor 99999999
Code:
hero.childfound[laXXXXX].field[livename].text &= " (Whatever You want to append)".
Replace laXXXX with your language Unique ID.
 
Back
Top