View Single Post
TobyFox2002
Senior Member
 
Join Date: Nov 2013
Location: Andover, Ma
Posts: 632

Old January 6th, 2014, 10:00 AM
Quote:
To do this with a bootstrap, you can use the following condition:

Code:
hero#Race.Human | hero#Race.HalfElf
I've already done this on my end and tested it. It works just fine, so assuming that my interpretation of your intentions is correct, you can do this for all of your traits for whatever languages they are supposed to add.
That works great for AUTOMATIC languages, but I want to add languages to the bonus languages.

Quote:
Also, on your pre-req for Aglarond, you can reduce all that code to:

Code:
validif (tagis[Race.Human] + tagis[Race.HalfElf] + tagis[HasTrait.trPFAdopte] <> 0)
Well that works, works very well.
TobyFox2002 is offline   #22 Reply With Quote