Quote Originally Posted by maste1n
To determine character age, use CharacterAge in export_descr_character_traits.txt but not as a trait...

;------------------------------------------
Trigger general_ages1
WhenToTest CharacterTurnStart

Condition AgentType = family
and CharacterAge > 15
and CharacterAge < 40
and Trait AgeingGeneral < 1

Affects AgeingGeneral 1 Chance 100

I've got this working in my bug-fixer 3.36/GAPH Modded RTW :)
This is great news indeed. Its just what I have been looking for to use in my current mod so that newly acquired Roman characters can have the experience and ranks appropriate for their age. Now its back to my "Mod Testing Lab" for some new experimenting. Thank you for sharing this!