You could have just asked at the other site.Originally Posted by aronnov
![]()
First note that this will effect ALL male children who come of age for a given father - so make him infertile or give him three daughters or other sons already of age if you want only one son to get the traits. Unfortunately CharacterName does not work as a trait condition (at least not in my testing).
I'll use Marcus Octavius and his son Gaius Octavius for my example.
1. Define and give the father a unique trait (ex. UniqueDad 1)
2. Use that trait when the character comes of age as a condition in the trigger. Like so:
Then put Condition FatherTrait UniqueDad = 0 in all the other ComesOfAge triggers (so you don't get any random traits).;------------------------------------------
Trigger coming_of_age_octavius
WhenToTest CharacterComesOfAge
Condition FatherTrait UniqueDad > 0
Affects NaturalMilitarySkill 1 Chance 100
Affects TouchedByTheGods 1 Chance 100
That should do it.
Bookmarks