• 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

Reincarnation & Starting Languages

Been thinking of a way to do this and can't come up with anything off the top of my head. One of the characters in my game died, an Elven Druid, that got reincarnated as a Dwarf. That character fully becomes a dwarf EXCEPT for starting languages. Dwarven is not gained, and Elven is still the initial language, as stated in Reincarnation. I can't find a way to code it, as I can't change the automatic languages at all. The character now has Dwarven listed and no longer has Elven. I can add Elven easily enough, but I can't get rid of the Dwarven. Any ideas how I could do this?
 
I can't seem to figure this out. In fact, I can't even see how to replace languages through a script because I can't seem to find how they get added. It's not through the tags. Bump.

To be clearer, how do I remove a starting automatic language? Is there a Helper function that will turn that language off?
 
Last edited:
Starting languages are bootstrapped to the race, my advice is to make a copy of the race he has been reincarnated as, give it a new name "Dwarf (Reincarnated Elf)" and replace the bootstrapped language.

Not the most elegant solution, sorry.
 
Ok, no problem, just thought I might be missing a Helper the would disable a language (or even hide it), since it is bootstrapped. Most bootstrapped items had a Helper that could disable it, but not for things like languages I guess. I would like to "officially" request a Helper to do that, since it would be nice to have that for Skeleton and Zombie templates as well.
 
Back
Top