Here's a possible event which will probably hand the country over to the Scots if they don't have it already:
Code:
event = {
id = ????
trigger = {
NOT { war = { country = XXX country = SCO } }
NOT { event 200334 }
exists = SCO
}
random = no
country = XXX #whatever we call it
name = "The Infant Duchess"
desc = "Elizabeth, last of the Percy line, was a three year old child when she succeeded as Grand Duchess of XXX in 1670. The XXX parliament met and decided to negotiate a union with Scotland rather than face the uncertainty of a regency."
date = { day = 21 month = september year = 1670 }
deathdate = { day = 1 month = january year = 1671 }
action_a ={
name = "Patrick and the Scottish Union"
command = { type = trigger which = ??? } #be annexed by SCO
}
action_b ={
name = "Keep Elizabeth as Grand Duchess"
command = { type = relation which = SCO value = -100 }
command = { type = stability value = -2 }
command = { type = domestic which = aristocracy value = 2 }
}
}