Here's the event from the Vicky files (note: this is without Revolutions):
Code:
#########################################################################
# Queen Victoria
#########################################################################
event = {
id = 6901
random = no
country = ENG
picture = victoria
trigger = {
random = 15
OR = {
constitution = { country = ENG type = monarchy }
constitution = { country = ENG type = constitutional_monarchy }
}
}
name = "EVT_6901_NAME"
desc = "EVT_6901_DESC"
style = 0
date = { day = 1 month = january year = 1837 }
offset = 29
deathdate = { day = 30 month = december year = 1837 }
action_a = {
name = "ACTIONNAME6901A" # Victoria Regina!
command = { type = relation which = HAN value = 100 }
command = { type = trigger which = 3900 }
}
}
I don't know why there is a "random = 15" in there. That might be the problem.