• 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

Languages

Manalishi66

Well-known member
I have a Fantasy Setting that gives races languages based on smarts using Settings Adjustment tab. What I need help with is how to nullify the languages when creating animal or non-intelligent creatures with no languages. How is this done...Savage HL Noob.

Thanks!
 
Well, you could remove the Languages check on the Settings Adjustment for that file (although if it's updated you may need to remember you did that to go back and make the change again on the updated file). Then just select that from the Character Configuration screen instead for standard characters and don't check that for creatures and such.
 
I used the following and adjusted it as needed by the creature...

if (#trait[attrSma] >= 2) then
#resmax[resLang] -= 1
#resleft[resLang] -= 1
endif

final, 5100

This allows me to turn of the game settings bonus languages based on Smarts for creatures who have no languages, such as animals and like.
 
Back
Top