Is it possible to target a dead lover by event?
Code:
character_event = {
id = xxx
desc = "EVTDESCxxx"
picture = GFX_xxx
trigger = {
lover = { is_alive = no }
}
mean_time_to_happen = { days = 5 }
option = {
name = "EVTOPTAxxx"
lover = { prestige = -50 }
}
}
Yup, that's exactly right. I believe the "if = {" is unneeded, though. "province_id = 798" will suffice.Does the "OR" scalar (Scalar: like if/NOT/etc) override other trigger qualifiers, or it simply a list of potentials, only one of which being required to activate an event? For example:
Will trigger if character has province 798 and has typhus or eats babies?Code:code