• 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 Disable a Language Pick?

Gladiator66

Well-known member
I am trying to create a template for the spore servant. A problem I have encountered is determining how to disable or otherwise remove languages from a hero. I have tried assigning a Helper.Disable tag, and I have tried deleting various tags, but have not been successful. I have tried these actions at various phases/priorities, as well. Is there a method for disabling a language that is already a pick on the hero? Thanks.
 
Last edited:
You can try something like the following:

Timing: First/500
Code:
~ Remove all languages
foreach pick in hero from BaseLang 

perform eachpick.assign[Hide.Language]

nexteach
 
I used this same logic to hide bootstrapped weapons. However, I could not hide bootstrapped creature types or tags. Is there a way to hide these picks? Thanks.
 
Last edited:
Back
Top