dont know if it would work, but what about making a event where UK leave the allies alliance and then joins the US alliance. then make another events where the rest of the allies enter into the alliance with US as leader.
OK it works, keep your pants on then i will post the events.
EDIT: OK, dead easy to get USA to be leader of alliance. Problem is to get USA to be leader of the Allies alliance, it takes some events.
This works will get you USA as leader of the allies. If no other country has joined the allies and still are alive. Ofcourse then one either has to form the allies again by getting the other countries back into the allies. or make another chain of events where they join again. Tried to get them to join in this event chain but a country cannot leave and then join the same alliance in one event sadly.
Code:
event = {
id = 89898989
random = no
country = ENG
trigger = { alliance = { country = ENG country = uSA } }
date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 29 month = december year = 1999 }
name = "Screw you guys"
desc = "Seriously...screw you guys, we're going home"
action_a = {
name = "ah screw you..home"
command = { type = leave_alliance }
command = { type = trigger which = 12121212 } #fra
command = { type = trigger which = 13131313 } #can
command = { type = trigger which = 14141414 } #ast
command = { type = trigger which = 15151515 } #saf
command = { type = trigger which = 16161616 } #nzl
}
}
event = {
id = 12121212
random = no
country = FRA
trigger = { alliance = { country = FRA country = uSA } }
name = "What the h...."
desc = "hmm did not se this coming"
action_a = {
name = "We have no choice"
command = { type = leave_alliance }
}
}
event = {
id = 13131313
random = no
country = CAN
trigger = { alliance = { country = CAN country = uSA } }
name = "What the h...."
desc = "hmm did not se this coming"
action_a = {
name = "We have no choice"
command = { type = leave_alliance }
}
}
event = {
id = 14141414
random = no
country = AST
trigger = { alliance = { country = AST country = uSA } }
name = "What the h...."
desc = "hmm did not se this coming"
action_a = {
name = "We have no choice"
command = { type = leave_alliance }
}
}
event = {
id = 15151515
random = no
country = SAF
trigger = { alliance = { country = SAF country = uSA } }
name = "What the h...."
desc = "hmm did not se this coming"
action_a = {
name = "We have no choice"
command = { type = leave_alliance }
}
}
event = {
id = 16161616
random = no
country = NZL
trigger = { alliance = { country = NZL country = uSA } }
name = "What the h...."
desc = "hmm did not se this coming"
action_a = {
name = "We have no choice"
command = { type = leave_alliance }
}
}