...Yeah, its that time of the year again
o
Ehem, this is not really a question per se, but a way to make sure this would actually work before starting to script what could be just an incredible way to waste time...
So... if I made an event that began like:
condition = { type = gold value 500 }
condition = { type = or condition = { type gold value 450 } }
condition = { type = or condition = { type gold value 400 } }
condition = { type = or condition = { type gold value 300 } }
condition = { type = or condition = { type gold value 250 } }
but each with a save_target, so that the event would apply to the richest, would the engine takes into consideration all the or block that are true,
and choose one at random, or take the first one that matches and jump the rest?
Ehem, this is not really a question per se, but a way to make sure this would actually work before starting to script what could be just an incredible way to waste time...
So... if I made an event that began like:
condition = { type = gold value 500 }
condition = { type = or condition = { type gold value 450 } }
condition = { type = or condition = { type gold value 400 } }
condition = { type = or condition = { type gold value 300 } }
condition = { type = or condition = { type gold value 250 } }
but each with a save_target, so that the event would apply to the richest, would the engine takes into consideration all the or block that are true,
and choose one at random, or take the first one that matches and jump the rest?