Question guys, which I feel is a little silly but here it is nonetheless: how do you test if a character has a certain trait, and what level of the trait? I tried the following and it doesn't work:
Code:monitor_event CharacterTurnStart TrueCondition if FactionType empire_west if Trait AgeTraitLevel1 = 1 ; do some stuff end_if end_if end_monitor
Bookmarks