I'm not seeing a min/max_age condition on the Wiki? Edit: Ah, I see they're pre-triggers; I think they need to go before/outside of the "trigger = {" tag then, rather than inside it.Hello all !
2- The second question is : I can't manage to activate an event on adulthood.... Here's the beginning of the event :
you may want to use the on_action of "on_adulthood" which should fire upon a character becoming an Adult; or instead use :
Code:
age = 16
NOT = {
age = 17
}
Which I believe should correspond to "age greater than or equal 16, not age greater than or equal to 17".
---
My Question:
Does the AI reassign Councillors at the first chance it gets? I lowered the time between Job Changes, and it causes massive slow-down in my game. Normally I can get a year in about 60-seconds, even in a start where every Province is an independent realm; but once I activate my faster-job-change mod, that slows down to like 10-15 minutes for a year, as though the game were constantly doing things in the background...
Assuming that is the cause, and not just some kind of repeated-coincidence, is there a way to let the Player more quickly re-assign their Councillors, and not the AI?
Last edited: