Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - D&D 5th Edition SRD (http://forums.wolflair.com/forumdisplay.php?f=89)
-   -   Adding Additional Language Choices (http://forums.wolflair.com/showthread.php?t=60365)

smokeh March 14th, 2018 10:18 AM

Adding Additional Language Choices
 
I'm trying to add an additional language to my minion after a special ability is chosen. I found a feat called "Linguist" that adds languages, but it's adding them as 'Background Languages', not the Languages under the 'Race' tab.

So this code doesn't really work for a minion, because there is no Background tab for the minion.

Code:

minion[Familiar].child[resLangBck].field[resMax].value += 1
Is there a way to add additional language choices on the Race tab?

smokeh March 14th, 2018 10:29 AM

Sigh, sometimes just writing out a problem brings you to a solution. I figured it out on my own about 5 minutes after posting this, so if anyone else has this problem here is the solution:

Code:

minion[Familiar].childfound[EP_AerChas].field[rLanguages].value += 1
EP_AerChas is my race ID.


All times are GMT -8. The time now is 08:14 AM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.