• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Ok just testing.

Limith do I need to go to the core DH minister folders and get the id numbers from there or the minister folder in AAR and use those?

And when I do, do I just copy the numbers from the minister folder over to the events in question?

And which questions do you want me to fix?

AAR files are separated by country. There are old minister election events (db/aar-events/elections/), for each of the event files, go to the specified country minister file in DH Full 1.03 RC2 minister folders (Mods/Darkest Hour Full/db/ministers) and look up the correct minister id for ministers used in the AAR minister election/change events. Then modify the id in the AAR event file, so yes, just copy over the id. Some ids are unchanged, some are. If there is no comment next to a minister command in the event file saying who they were in 1.02, then you need to look up in an earlier version of AAR for DH 1.02 what the minister for the given id was (Or you can make a list of what was not checked and I can do it later).

What do you mean which questions to fix?
 
Last edited:
AAR files are separated by country. There are old minister election events (db/aar-events/elections/), for each of the event files, go to the specified country minister file in DH Full 1.03 RC2 minister folders (Mods/Darkest Hour Full/db/ministers) and look up the correct minister id for ministers used in the AAR minister election/change events. Then modify the id in the AAR event file, so yes, just copy over the id. Some ids are unchanged, some are. If there is no comment next to a minister command in the event file saying who they were in 1.02, then you need to look up in an earlier version of AAR for DH 1.02 what the minister for the given id was (Or you can make a list of what was not checked and I can do it later).

What do you mean which questions to fix?

I actually ment to type events there but cocked up.

As for the rest, I can get on it. Maybe a week or two to get it done.
 
Ok some problems from Eng election events:

John Morley does not exist
William Adamson does not exist
Frederick Lambert only exists in chief form
George Milne same problem as above
Mountbatten, Louis A doesn't exist
Eric Blair doesn't exist

Also i had some fun with Trenchard's events, hope you don't mind.

Anyway here is the completed election file for England using 1.03 data. Will do the others when I can

Code:
##############################################################################
# DH-Mod Arms, Armistice and Revolutions - Elections
#################################
# by Nymet260
# fixup by burning
############################################
# Arms, Armistice and Revolutions by Christian M. Fuchs (Burning) and the AAR-Development Team 
# is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
# Permissions beyond the scope of this license may be available upon request at http://aarmod.cfuchs.net.
############################################
# Event List:
#ENG 133209500 British Post-war Election
#ENG 133209501 1922 general election
#ENG 133209502 1923 general election
#ENG 133209503 1924 general election
#ENG 133209504 1929 general election
#ENG 133209505 1931 general election
#ENG 133209507 1923 election after 1922 Communist victory
#ENG 133209508 1923 election after 1922 contested Communist victory
#ENG 133209509 1929 election with Communist government
#ENG 133209510 1931 general election with Communist government
#ENG 133209511 1931 general election with Fascist government
#ENG 133209512 New Chief of Staff Appointed - Henry Wilson
#ENG 133209513 Henry Wilson died
#ENG 133209514 Frederick Lambart retired
#ENG 133209515 Louis Alexander Mountbatten Retired
#ENG 133209516 David Beatty retired
#ENG 133209517 Charles Madden retired
#ENG 133209518 Hugh Trenchard is appointed
#ENG 133209519 Hugh Trenchard has retired
#ENG 133209520 - 133209524 - 133209528 Armed Forces Officer Reorganization
#ENG 133209521 - 133209525 - 133209529 Leading the Army?
#ENG 133209522 - 133209526 - 133209530 Leading the Navy?
#ENG 133209523 - 133209527 - 133209531 Leading the Air force?
#ENG 133209532 New Chief of Staff - Tom Winthringham

########################################
## British Elections
########################################	

# British Post-war Election
event = {
	id = 133209500
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
		event = 2002534 #Versailles Treaty Signed
	}
	
	name = "British Post-war Election"
	desc = "This was the first election since WW1, with the Conservative party running as a coliation front with the Liberal party. However some Liberals however were against this coliation front and ran alone with H.H Asquith leading the effort. This combined effort would isolate the Labour party from winning."
	offset = 180
	date = { day = 1 month = January year = 1917 }
	##date = { day = 28 month = December year = 1918 } ##Historical date
	deathdate = { day = 14 month = November year = 1922 }
	
	
	action_a = {
		ai_chance = 98
		name = "Coalition Front take the Victory"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10128} #David Lloyd George
		command = { type = foreignminister which = 10219 } #Arthur Balfour
		command = { type = armamentminister which = 10227 } #Austen Chamberlain
		command = { type = ministerofsecurity which = 10258 } #Edward Shortt
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
		
	}
	action_b = {
		ai_chance = 1
		name = "The Labour Party Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } # George V
		command = { type = headofgovernment which = 10318 } #William Adamson
		command = { type = foreignminister which = 10221 } #Ramsay MacDonald
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10260 } #Arthur Henderson
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
	}
	action_C = {
		ai_chance = 1
		name = "The Liberal Party Makes A Comeback"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 10001 } # George V
		command = { type = headofgovernment which = 10213 } #Herbert Henry Asquith
		command = { type = foreignminister which = 10218 } #Edward Grey
		command = { type = armamentminister which = 10286 } #John Morley #Doesn't exist 1.03
		command = { type = ministerofsecurity which = 10255 } #John Simon
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
	}			
}	

# 1922 General Election
event = {
	id = 133209501
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "ELECTION_TITLE"
	desc = "the 1922 general election was a huge upset in a shift of power. The Conservatives still managed an easy victory but the Labour party gained a large number of seats far more then the now divided Liberal party. This was also the year the Communist Party of Great Britain was formed and attempted to obtain seats by running within the Labour party. They would manage to seat only a single member."
	
	offset = 2
	date = { day = 15 month = November year = 1922 }
	deathdate = { day = 15 month = November year = 1923 }
	
	
	action_a = {
		ai_chance = 1
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10319} #J. R. Clynes
		command = { type = foreignminister which = 10221 } #Ramsay MacDonald
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10260 } #Arthur Henderson
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
		
	}
	action_b = {
		ai_chance = 98
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10226 } #Andrew Bonar Law
		command = { type = foreignminister which = 10220 } #George Curzon
		command = { type = armamentminister which = 10229 } #Stanley Baldwin
		command = { type = ministerofsecurity which = 10259 } #William Bridgeman
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
	}	
	action_c = {
		ai_chance = 1
		name = "Dear Lord! The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10085 } #William Gallacher
		command = { type = local_setflag which = ENGC1}
	}			
}

# 1923 Election
event = {
	id = 133209502
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "ELECTION_TITLE"
	desc = "The election of 1923 saw the shift of power from the Conservatives to the Labour party most in due party by the Liberal party whom managed to divide the Conservative vote. Although this was a great victory for the Labour party it would be a short lived one."
	
	offset = 2
	date = { day = 6 month = December year = 1923 }
	deathdate = { day = 6 month = December year = 1924 }
	
	action_a = {
		ai_chance = 1
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 98
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10220 } #George Curzon
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10259 } #William Bridgeman
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
		command = { type = local_setflag which = ENGC2}
		command = { type = local_setflag which = ENGC5}
	}			
}	

# 1924 Election
event = {
	id = 133209503
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1924 election was the election that would change Britain forever. Although the change isnt massive but on the political scale it would be, as government would now be polarized between the Conservatives and Labour party. The liberal party was 'shot in the foot' in this election year and nearly lost all of their seats as well as the labour party performing poorly and losing a chunk of voters to the Conservatives which allowed them a land side victory."
	
	date = { day = 29 month = October year = 1924 }
	deathdate = { day = 29 month = October year = 1925 }
	
	action_a = {
		ai_chance = 1
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } # Geroge V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 24030025 } #William Adamson #Doesn't exist 1.03
		command = { type = armamentminister which = 10306 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 98
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin 
		command = { type = foreignminister which = 10222 } #Austen Chamberlain
		command = { type = armamentminister which = 10154 } #Winston Churchill
		command = { type = ministerofsecurity which = 10261 } #William Joynson-Hicks
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
		command = { type = local_setflag which = ENGC2}
		command = { type = local_setflag which = ENGC6}
	}		
}		

# 1929 Election
event = {
	id = 133209504
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "In the 1929 election, although the Conservatives did achieve a popular vote, they however did not win majority in government, the Labour party took that title. With the Conservative parties cabinets being rather unimagintive and rather 'old' many looked towards the Labour parties new ideas. This is also the first years that the young British Facist party would finally mature and formalize, however their influnce in government was rather poor."
	
	date = { day = 30 month = May year = 1929 }
	deathdate = { day = 30 month = May year = 1930 }
	
	action_a = {
		ai_chance = 97
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 1
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10126 } #Viscount Templewood
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10329 } #Sir John Gilmour
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10265 } #Harry Pollitt
		command = { type = foreignminister which = 10034 } #D.N. Pritt
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10088 } #Anthony Blunt
		command = { type = local_setflag which = ENGC2}
		command = { type = local_setflag which = ENGC7}
	}		
	action_d = {
		ai_chance = 1
		name = "The British Facsist Party Shall Dominate! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10315 } #R.B.D. Blakeney
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10047 } #Neil Francis-Hawkins
		command = { type = ministerofsecurity which = 10066 } #Arnold Spencer-Leese
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
	}			
}		

# 1931 General Election	
event = {
	id = 133209505
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2
	name = "ELECTION_TITLE"
	desc = "EVT_133209505_DESC" 
	
	date = { day = 27 month = October year = 1931 }
	deathdate = { day = 27 month = October year = 1932 }
	
	action_a = {
		ai_chance = 99
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10037 } #Sir John Simon
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10256 } #Herbert Samuel
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 1
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } # George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10126 } #Viscount Templewood
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10335 } #Sir John Gilmour
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}	
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10265 } #Harry Pollitt
		command = { type = foreignminister which = 10033 } #Phil Piratin
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10089 } #Kim Philby
		command = { type = local_setflag which = ENGC3}
		command = { type = local_setflag which = ENGC8}
	}		
	action_d = {
		ai_chance = 1
		name = "Oswald And The New Party Shall Reign Supreme! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10020 } #Oswald Mosley
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10049 } #Jorian Jenks
		command = { type = ministerofsecurity which = 10327 } #William Joyce
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
		command = { type = local_setflag which = ENGF}
	}		
}
####################################
##Alternative British Dictatotorial outcomes
####################################

# 1923 election after 1922 Communist victory
event = {
	id = 133209507
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC5} ##prevents a double election
	}
	
	name = "ELECTION_TITLE"
	desc = "With the Communist victory back in 1922 there was another major shift in the political power of polarization. The Conservative party suffered a major dissention within the party and several of its members were jailed for random offenses. the Conservative party taking a far back seat in this election the Liberals took the chance to reclaim its glory and seat count within government while the Labour party pushes for for more socialist changes."
	
	offset = 2
	date = { day = 6 month = December year = 1923 }
	deathdate = { day = 6 month = December year = 1924 }
	
	
	action_a = {
		ai_chance = 10
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10306 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 5
		name = "Liberals Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 6 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10213 } #Herbert Henry Asquith
		command = { type = foreignminister which = 10218 } #Edward Grey
		command = { type = armamentminister which = 10224 } #David Lloyd George
		command = { type = ministerofsecurity which = 10252 } #Herbert Gladstone
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 85
		name = "The CPGB Wins "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
	}			
}	

# 1923 election after 1922 contested Communist victory
event = {
	id = 133209508
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC6} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "With the Communist victory in the 1923 general election being heavily contested, the leftist parties and Conservative members banded together to form the Popular Front in an attempt to dethrone the Communist from parliment."
	
	date = { day = 29 month = October year = 1924 }
	deathdate = { day = 29 month = October year = 1925 }
	
	action_a = {
		ai_chance = 25
		name = "Popular Front Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 7 }
		command = { type = headofstate which = 10001 } # Geroge V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10222 } #Austen Chamberlain
		command = { type = armamentminister which = 10154 } #Winston Churchill
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 75
		name = "The CPGB Wins "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
	}		
}	

# 1929 election with Communist government	
event = {
	id = 133209509
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC7} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The General election of 1929 is one where the more democratic leaning parties begin to falter. The labour party suffered some internal strife but managed to recover how over a major dissention within the Liberal party caused them to spliter into two groups, the National Liberal party and the Liberal party, greatly weakening the chance of a Liberal victory. Although the renegade National Liberal party attempted to run as their own party they would not win very many seats in parliment seat"
	
	date = { day = 30 month = May year = 1929 }
	deathdate = { day = 30 month = May year = 1930 }
	
	action_a = {
		ai_chance = 10
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 5
		name = "National Liberal Party Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 6 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10128} #David Lloyd George
		command = { type = foreignminister which = 10218 } #Edward Grey
		command = { type = armamentminister which = 10256 } #Herbert Samuel
		command = { type = ministerofsecurity which = 10254 } #Reginald McKenna
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 85
		name = "The CPGB Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10021 } #Harry Pollitt
		command = { type = foreignminister which = 10034 } #D.N. Pritt
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10088 } #Anthony Blunt
	}				
}	

# 1931 election with Communist government		
event = {
	id = 133209510
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC8} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1931 election was an exciting one. The liberal parties whom many have no recovered from their 1929 fiascos managed to band together as well as some renegade Conservatives to fourm the National Labour front. This front which stood for democratic socalism attempted to relive the Communist of many of their seats and end their dominance of parliment"
	
	date = { day = 27 month = October year = 1931 }
	deathdate = { day = 27 month = October year = 1932 }
	
	
	action_a = {
		ai_chance = 25
		name = "National Labour Front"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 8 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10042 } #Hugh Dalton
		command = { type = ministerofsecurity which = 10256 } #Herbert Samuel
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 75
		name = "Let the Commune Rise!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 2 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10021 } #Harry Pollitt
		command = { type = foreignminister which = 10033 } #Phil Piratin
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10089 } #Kim Philby
	}				
}

# 1931 general election with Fascist government
event = {
	id = 133209511
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = fascist
		NOT = {local_flag = ENGF} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "EVT_133209511_DESC"
	
	date = { day = 27 month = October year = 1931 }
	deathdate = { day = 27 month = October year = 1932 }
	
	
	action_a = {
		ai_chance = 5
		name = "Democratic Front Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10126 } #Viscount Templewood
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10329 } #Sir John Gilmour
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}	
	action_b = {
		ai_chance = 40
		name = "Imperial Fascist Party Shall Dominate!	"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10316 } #Arnold Spencer Leese
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10047 } #Neil Francis-Hawkins
		command = { type = ministerofsecurity which = 10328 } #Henry Hamilton Beamish
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
	}		
	action_c = {
		ai_chance = 55
		name = "Oswald And The British Union Secures Victory! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 0 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10020 } #Oswald Mosley
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10049 } #Jorian Jenks
		command = { type = ministerofsecurity which = 10327 } #William Joyce
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
	}		
}	
####################################
##Historical British Military head's Change events
####################################	

# New Chief of Staff Appointed - Henry Wilson
event = {
	id = 133209512
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "New Chief of Staff Appointed"
	desc = "Henry Wilson is in, Douglas died back in 1915"
	
	offset = 2
	date = { day = 19 month = February year = 1918 }
	deathdate = { day = 19 month = February year = 1919 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Henry Wilson"
		command = { type = chiefofstaff which = 10287 }
		command = { type = chiefofarmy which = 10291 }
		command = { type = sleepminister which = 10283 } #Charles Douglas second command removed as he there is only one now v1.03
	}				
}	

# Henry Wilson died
event = {
	id = 133209513
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Henry Wilson Died"
	desc = "Frederick Lambart is in, Henry was assassinated"
	
	offset = 2
	date = { day = 20 month = February year = 1922 }
	deathdate = { day = 20 month = February year = 1923 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Frederick Lambart" 
		command = { type = chiefofstaff which = 10288 }
		command = { type = chiefofarmy which = 10227 }
		command = { type = sleepminister which = 10291 }
		command = { type = sleepminister which = 10287 } #Doesn't exist in Army form V1.03
	}				
}	

# Frederick Lambart retired
event = {
	id = 133209514
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Frederick Lambart Retired"
	desc = "George Milne is in,"
	
	offset = 2
	date = { day = 20 month = February year = 1926 }
	deathdate = { day = 20 month = February year = 1927 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint George Milne"
		command = { type = chiefofstaff which = 10332}
		 #Cheifofarmy line deleted as Milne has only Staff job v1.03
		command = { type = sleepminister which = 10249 }
		command = { type = sleepminister which = 10227 }
	}				
}

# Louis Alexander Mountbatten Retired
event = {
	id = 133209515
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Louis Alexander Mountbatten Retired" 
	desc = "David Beatty is in, Mountbatten retired back in 1915"
	
	offset = 2
	date = { day = 1 month = January year = 1919 }
	deathdate = { day = 1 month = January year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint David Beatty"
		command = { type = chiefofnavy which = 10304 }
		command = { type = sleepminister which = 10232 } #No Mountbatton :( V1.03
	}				
}

# David Beatty retired
event = {
	id = 133209516
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "David Beatty Retired"
	desc = "Charles Madden is in"
	
	offset = 2
	date = { day = 5 month = July year = 1927 }
	deathdate = { day = 5 month = July year = 1928 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Charles Madden"
		command = { type = chiefofnavy which = 10334 }
		command = { type = sleepminister which = 10304 }
	}				
}

# Charles Madden retired
event = {
	id = 133209517
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Charles Madden Retired"
	desc = "Frederick Field is in"
	
	offset = 2
	date = { day = 1 month = March year = 1930 }
	deathdate = { day = 1 month = March year = 1931 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Frederick Field"
		command = { type = chiefofnavy which = 10335 }
		command = { type = sleepminister which = 10334 }
	}				
}

# Hugh Trenchard is appointed
event = {
	id = 133209518
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Hugh Trenchard is appointed"
	desc = "Bow down to the father of the RAF and worship at his feet you mere mortals!" #Got bored so made Trenchard more divine sounding was going to change his name to "Hugh Motherfu--ing Asskicker Trenchard" but thought against it
	
	offset = 2
	date = { day = 1 month = March year = 1919 }
	deathdate = { day = 1 month = March year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Hugh Trenchard"
		command = { type = chiefofair which = 10307 }
	}				
}

# Hugh Trenchard has retired
event = {
	id = 133209519
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Hugh Trenchard has retired"
	desc = "Oh cruel faith! Why must thou take the greatest first? It is a dark day that the glorious and divine Hugh Trenchard has left his RAF! Oh woe, oh misery. Some bloke called Joh Salmond has tekn over." #See above mentioned Boredom
	
	offset = 2
	date = { day = 1 month = January year = 1930 }
	deathdate = { day = 1 month = January year = 1931 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint John Salmond"
		command = { type = chiefofair which = 10308 }
		command = { type = sleepminister which = 10307 }
	}				
}	

####################################
##Communist British Military head's Change events
####################################	
event = {
	id = 133209520
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = ENGC1 #Good till 1923 election
	}
	
	date = { day = 1 month = January year = 1914 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Emanuel Shinwell will purge the enemies of the people!"
		command = { type = chiefofstaff which = 10347 }
		command = { type = trigger which = 133209521 }
		command = { type = trigger which = 133209522 }
		command = { type = trigger which = 133209523 }
		command = { type = local_clrflag which = ENGC1 }
	}				
}
event = {
	id = 133209521
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209520
	
	name = "Leading The Army?" 
	desc = "Both generals but a strong emphasis on defense however Emanuel and more connections then Alexander"
	
	action_a = {
		ai_chance = 70
		name = "Appoint Emanuel Shinwell"
		command = { type = chiefofarmy which = 10348 }
	}
	action_b = {
		ai_chance = 30
		name = "Appoint Bill Alexander"
		command = { type = chiefofarmy which = 10108 }
	}			
}	
event = {
	id = 133209522
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209520
	
	name = "Leading the Navy?"
	desc = "Sir Andrew Cunningham is the only able bodied leader for the navy"
	
	action_a = {
		ai_chance = 100
		name = "Appoint Sir Andrew Cunningham"
		command = { type = chiefofnavy which = 10110 }
	}		
}	
event = {
	id = 133209523
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209520
	
	name = "Leading the Airforce?"
	desc = "William Wedgwood Benn is the only able bodies leader for the air force"
	
	action_a = {
		ai_chance = 100
		name = "Appoint William Wedgwood Benn"
		command = { type = chiefofair which = 10350}
	}					
}
event = {
	id = 133209524
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = ENGC2 #Good till 1929 election
	}
	
	date = { day = 1 month = January year = 1914 } 
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Tom Wintringham will purge the enemies of the people!"
		command = { type = chiefofstaff which = 10100 }
		command = { type = trigger which = 133209525 }
		command = { type = trigger which = 133209526 }
		command = { type = trigger which = 133209527 }
		command = { type = local_clrflag which = ENGC2 }
	}				
}
event = {
	id = 133209525
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209524
	
	name = "Leading The Army?" 
	desc = "Both generals but a strong emphasis on defense however Emanuel had a fading popularity"
	
	action_a = {
		ai_chance = 30
		name = "Appoint Emanuel Shinwell"
		command = { type = chiefofarmy which = 10348 }
	}
	action_b = {
		ai_chance = 70
		name = "Appoint Bill Alexander"
		command = { type = chiefofarmy which = 10108 }
	}			
}	
event = {
	id = 133209526
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209524
	
	name = "Leading the Navy?"
	desc = "Sir Andrew Cunningham is the only able bodied leader for the navy"
	
	action_b = {
		ai_chance = 100
		name = "Appoint Sir Andrew Cunningham"
		command = { type = chiefofnavy which = 10110 }
	}		
}	
event = {
	id = 133209527
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209524
	
	name = "Leading the Airforce?"
	desc = "William Wedgwood Benn is the only able bodies leader for the air force"
	
	action_a = {
		ai_chance = 100
		name = "Appoint William Wedgwood Benn"
		command = { type = chiefofair which = 10350 }
	}					
}
event = {
	id = 133209528
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = ENGC3
	}
	
	date = { day = 1 month = January year = 1914 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Tom Wintringham will purge the enemies of the people!"
		command = { type = chiefofstaff which = 10100 }
		command = { type = trigger which = 133209529 }
		command = { type = trigger which = 133209530 }
		command = { type = trigger which = 133209531 }
		command = { type = local_clrflag which = ENGC3 }
	}				
}
event = {
	id = 133209529
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209528
	
	name = "Leading The Army?" 
	desc = "Both Generals take a different approch to defense. Eric Blair is in favour of an elastic defense, while Alexander is in favour of a more static defense"
	
	action_a = {
		ai_chance = 30
		name = "Appoint Eric Blair" #Doesn't exist V1.03
		command = { type = chiefofarmy which = 24030037 }
	}
	action_b = {
		ai_chance = 70
		name = "Appoint Bill Alexander"
		command = { type = chiefofarmy which = 10108 }
	}			
}	
event = {
	id = 133209530
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209528
	
	name = "Leading the Navy?"
	desc = "Fred Copeman is a strong proponent of submarine and indirect warfare while Cunningham believes in power projection."
	
	action_a = {
		ai_chance = 70
		name = "Appoint Fred Copeman"
		command = { type = chiefofnavy which = 10115 }
	}			
	action_b = {
		ai_chance = 30
		name = "Appoint Sir Andrew Cunningham"
		command = { type = chiefofnavy which = 10349 }
	}		
}	
event = {
	id = 133209531
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209528
	
	name = "Leading the Airforce?"
	desc = "Wedgewood puts more emphasis on aerial superiority while Strachey believes in more of a strategic bombardment doctrine." #Corrected a few spelling and grammer mistakes
	
	action_a = {
		ai_chance = 30
		name = "Appoint William Wedgwood Benn"
		command = { type = chiefofair which = 10350 }
	}
	action_a = {
		ai_chance = 70
		name = "Appoint John Strachey"
		command = { type = chiefofair which = 10124 }
	}		
}
event = {
	id = 133209532
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
	}
	
	name = "New Chief of Staff"
	desc = "Emanuel Shinwell fell out of favor, Tom Wintringham is in "
	
	offset = 2
	date = { day = 1 month = March year = 1923 }
	deathdate = { day = 1 month = March year = 1924 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Tom Wintringham"
		command = { type = chiefofstaff which = 10100 }
	}				
}
 
Ok some problems from Eng election events:

John Morley does not exist
William Adamson does not exist
Frederick Lambert only exists in chief form
George Milne same problem as above
Mountbatten, Louis A doesn't exist
Eric Blair doesn't exist

Also i had some fun with Trenchard's events, hope you don't mind.

Anyway here is the completed election file for England using 1.03 data. Will do the others when I can

Code:
##############################################################################
# DH-Mod Arms, Armistice and Revolutions - Elections
#################################
# by Nymet260
# fixup by burning
############################################
# Arms, Armistice and Revolutions by Christian M. Fuchs (Burning) and the AAR-Development Team 
# is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
# Permissions beyond the scope of this license may be available upon request at http://aarmod.cfuchs.net.
############################################
# Event List:
#ENG 133209500 British Post-war Election
#ENG 133209501 1922 general election
#ENG 133209502 1923 general election
#ENG 133209503 1924 general election
#ENG 133209504 1929 general election
#ENG 133209505 1931 general election
#ENG 133209507 1923 election after 1922 Communist victory
#ENG 133209508 1923 election after 1922 contested Communist victory
#ENG 133209509 1929 election with Communist government
#ENG 133209510 1931 general election with Communist government
#ENG 133209511 1931 general election with Fascist government
#ENG 133209512 New Chief of Staff Appointed - Henry Wilson
#ENG 133209513 Henry Wilson died
#ENG 133209514 Frederick Lambart retired
#ENG 133209515 Louis Alexander Mountbatten Retired
#ENG 133209516 David Beatty retired
#ENG 133209517 Charles Madden retired
#ENG 133209518 Hugh Trenchard is appointed
#ENG 133209519 Hugh Trenchard has retired
#ENG 133209520 - 133209524 - 133209528 Armed Forces Officer Reorganization
#ENG 133209521 - 133209525 - 133209529 Leading the Army?
#ENG 133209522 - 133209526 - 133209530 Leading the Navy?
#ENG 133209523 - 133209527 - 133209531 Leading the Air force?
#ENG 133209532 New Chief of Staff - Tom Winthringham

########################################
## British Elections
########################################	

# British Post-war Election
event = {
	id = 133209500
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
		event = 2002534 #Versailles Treaty Signed
	}
	
	name = "British Post-war Election"
	desc = "This was the first election since WW1, with the Conservative party running as a coliation front with the Liberal party. However some Liberals however were against this coliation front and ran alone with H.H Asquith leading the effort. This combined effort would isolate the Labour party from winning."
	offset = 180
	date = { day = 1 month = January year = 1917 }
	##date = { day = 28 month = December year = 1918 } ##Historical date
	deathdate = { day = 14 month = November year = 1922 }
	
	
	action_a = {
		ai_chance = 98
		name = "Coalition Front take the Victory"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10128} #David Lloyd George
		command = { type = foreignminister which = 10219 } #Arthur Balfour
		command = { type = armamentminister which = 10227 } #Austen Chamberlain
		command = { type = ministerofsecurity which = 10258 } #Edward Shortt
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
		
	}
	action_b = {
		ai_chance = 1
		name = "The Labour Party Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } # George V
		command = { type = headofgovernment which = 10318 } #William Adamson
		command = { type = foreignminister which = 10221 } #Ramsay MacDonald
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10260 } #Arthur Henderson
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
	}
	action_C = {
		ai_chance = 1
		name = "The Liberal Party Makes A Comeback"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 10001 } # George V
		command = { type = headofgovernment which = 10213 } #Herbert Henry Asquith
		command = { type = foreignminister which = 10218 } #Edward Grey
		command = { type = armamentminister which = 10286 } #John Morley #Doesn't exist 1.03
		command = { type = ministerofsecurity which = 10255 } #John Simon
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
	}			
}	

# 1922 General Election
event = {
	id = 133209501
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "ELECTION_TITLE"
	desc = "the 1922 general election was a huge upset in a shift of power. The Conservatives still managed an easy victory but the Labour party gained a large number of seats far more then the now divided Liberal party. This was also the year the Communist Party of Great Britain was formed and attempted to obtain seats by running within the Labour party. They would manage to seat only a single member."
	
	offset = 2
	date = { day = 15 month = November year = 1922 }
	deathdate = { day = 15 month = November year = 1923 }
	
	
	action_a = {
		ai_chance = 1
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10319} #J. R. Clynes
		command = { type = foreignminister which = 10221 } #Ramsay MacDonald
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10260 } #Arthur Henderson
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
		
	}
	action_b = {
		ai_chance = 98
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10226 } #Andrew Bonar Law
		command = { type = foreignminister which = 10220 } #George Curzon
		command = { type = armamentminister which = 10229 } #Stanley Baldwin
		command = { type = ministerofsecurity which = 10259 } #William Bridgeman
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
	}	
	action_c = {
		ai_chance = 1
		name = "Dear Lord! The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10085 } #William Gallacher
		command = { type = local_setflag which = ENGC1}
	}			
}

# 1923 Election
event = {
	id = 133209502
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "ELECTION_TITLE"
	desc = "The election of 1923 saw the shift of power from the Conservatives to the Labour party most in due party by the Liberal party whom managed to divide the Conservative vote. Although this was a great victory for the Labour party it would be a short lived one."
	
	offset = 2
	date = { day = 6 month = December year = 1923 }
	deathdate = { day = 6 month = December year = 1924 }
	
	action_a = {
		ai_chance = 1
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 98
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10220 } #George Curzon
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10259 } #William Bridgeman
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
		command = { type = local_setflag which = ENGC2}
		command = { type = local_setflag which = ENGC5}
	}			
}	

# 1924 Election
event = {
	id = 133209503
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1924 election was the election that would change Britain forever. Although the change isnt massive but on the political scale it would be, as government would now be polarized between the Conservatives and Labour party. The liberal party was 'shot in the foot' in this election year and nearly lost all of their seats as well as the labour party performing poorly and losing a chunk of voters to the Conservatives which allowed them a land side victory."
	
	date = { day = 29 month = October year = 1924 }
	deathdate = { day = 29 month = October year = 1925 }
	
	action_a = {
		ai_chance = 1
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } # Geroge V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 24030025 } #William Adamson #Doesn't exist 1.03
		command = { type = armamentminister which = 10306 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 98
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin 
		command = { type = foreignminister which = 10222 } #Austen Chamberlain
		command = { type = armamentminister which = 10154 } #Winston Churchill
		command = { type = ministerofsecurity which = 10261 } #William Joynson-Hicks
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
		command = { type = local_setflag which = ENGC2}
		command = { type = local_setflag which = ENGC6}
	}		
}		

# 1929 Election
event = {
	id = 133209504
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "In the 1929 election, although the Conservatives did achieve a popular vote, they however did not win majority in government, the Labour party took that title. With the Conservative parties cabinets being rather unimagintive and rather 'old' many looked towards the Labour parties new ideas. This is also the first years that the young British Facist party would finally mature and formalize, however their influnce in government was rather poor."
	
	date = { day = 30 month = May year = 1929 }
	deathdate = { day = 30 month = May year = 1930 }
	
	action_a = {
		ai_chance = 97
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 1
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10126 } #Viscount Templewood
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10329 } #Sir John Gilmour
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10265 } #Harry Pollitt
		command = { type = foreignminister which = 10034 } #D.N. Pritt
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10088 } #Anthony Blunt
		command = { type = local_setflag which = ENGC2}
		command = { type = local_setflag which = ENGC7}
	}		
	action_d = {
		ai_chance = 1
		name = "The British Facsist Party Shall Dominate! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10315 } #R.B.D. Blakeney
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10047 } #Neil Francis-Hawkins
		command = { type = ministerofsecurity which = 10066 } #Arnold Spencer-Leese
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
	}			
}		

# 1931 General Election	
event = {
	id = 133209505
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2
	name = "ELECTION_TITLE"
	desc = "EVT_133209505_DESC" 
	
	date = { day = 27 month = October year = 1931 }
	deathdate = { day = 27 month = October year = 1932 }
	
	action_a = {
		ai_chance = 99
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10037 } #Sir John Simon
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10256 } #Herbert Samuel
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 1
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } # George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10126 } #Viscount Templewood
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10335 } #Sir John Gilmour
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}	
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10265 } #Harry Pollitt
		command = { type = foreignminister which = 10033 } #Phil Piratin
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10089 } #Kim Philby
		command = { type = local_setflag which = ENGC3}
		command = { type = local_setflag which = ENGC8}
	}		
	action_d = {
		ai_chance = 1
		name = "Oswald And The New Party Shall Reign Supreme! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10020 } #Oswald Mosley
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10049 } #Jorian Jenks
		command = { type = ministerofsecurity which = 10327 } #William Joyce
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
		command = { type = local_setflag which = ENGF}
	}		
}
####################################
##Alternative British Dictatotorial outcomes
####################################

# 1923 election after 1922 Communist victory
event = {
	id = 133209507
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC5} ##prevents a double election
	}
	
	name = "ELECTION_TITLE"
	desc = "With the Communist victory back in 1922 there was another major shift in the political power of polarization. The Conservative party suffered a major dissention within the party and several of its members were jailed for random offenses. the Conservative party taking a far back seat in this election the Liberals took the chance to reclaim its glory and seat count within government while the Labour party pushes for for more socialist changes."
	
	offset = 2
	date = { day = 6 month = December year = 1923 }
	deathdate = { day = 6 month = December year = 1924 }
	
	
	action_a = {
		ai_chance = 10
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10306 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 5
		name = "Liberals Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 6 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10213 } #Herbert Henry Asquith
		command = { type = foreignminister which = 10218 } #Edward Grey
		command = { type = armamentminister which = 10224 } #David Lloyd George
		command = { type = ministerofsecurity which = 10252 } #Herbert Gladstone
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 85
		name = "The CPGB Wins "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
	}			
}	

# 1923 election after 1922 contested Communist victory
event = {
	id = 133209508
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC6} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "With the Communist victory in the 1923 general election being heavily contested, the leftist parties and Conservative members banded together to form the Popular Front in an attempt to dethrone the Communist from parliment."
	
	date = { day = 29 month = October year = 1924 }
	deathdate = { day = 29 month = October year = 1925 }
	
	action_a = {
		ai_chance = 25
		name = "Popular Front Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 7 }
		command = { type = headofstate which = 10001 } # Geroge V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10222 } #Austen Chamberlain
		command = { type = armamentminister which = 10154 } #Winston Churchill
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 75
		name = "The CPGB Wins "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
	}		
}	

# 1929 election with Communist government	
event = {
	id = 133209509
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC7} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The General election of 1929 is one where the more democratic leaning parties begin to falter. The labour party suffered some internal strife but managed to recover how over a major dissention within the Liberal party caused them to spliter into two groups, the National Liberal party and the Liberal party, greatly weakening the chance of a Liberal victory. Although the renegade National Liberal party attempted to run as their own party they would not win very many seats in parliment seat"
	
	date = { day = 30 month = May year = 1929 }
	deathdate = { day = 30 month = May year = 1930 }
	
	action_a = {
		ai_chance = 10
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 5
		name = "National Liberal Party Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 6 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10128} #David Lloyd George
		command = { type = foreignminister which = 10218 } #Edward Grey
		command = { type = armamentminister which = 10256 } #Herbert Samuel
		command = { type = ministerofsecurity which = 10254 } #Reginald McKenna
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 85
		name = "The CPGB Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10021 } #Harry Pollitt
		command = { type = foreignminister which = 10034 } #D.N. Pritt
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10088 } #Anthony Blunt
	}				
}	

# 1931 election with Communist government		
event = {
	id = 133209510
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC8} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1931 election was an exciting one. The liberal parties whom many have no recovered from their 1929 fiascos managed to band together as well as some renegade Conservatives to fourm the National Labour front. This front which stood for democratic socalism attempted to relive the Communist of many of their seats and end their dominance of parliment"
	
	date = { day = 27 month = October year = 1931 }
	deathdate = { day = 27 month = October year = 1932 }
	
	
	action_a = {
		ai_chance = 25
		name = "National Labour Front"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 8 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10042 } #Hugh Dalton
		command = { type = ministerofsecurity which = 10256 } #Herbert Samuel
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 75
		name = "Let the Commune Rise!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 2 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10021 } #Harry Pollitt
		command = { type = foreignminister which = 10033 } #Phil Piratin
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10089 } #Kim Philby
	}				
}

# 1931 general election with Fascist government
event = {
	id = 133209511
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = fascist
		NOT = {local_flag = ENGF} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "EVT_133209511_DESC"
	
	date = { day = 27 month = October year = 1931 }
	deathdate = { day = 27 month = October year = 1932 }
	
	
	action_a = {
		ai_chance = 5
		name = "Democratic Front Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10126 } #Viscount Templewood
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10329 } #Sir John Gilmour
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}	
	action_b = {
		ai_chance = 40
		name = "Imperial Fascist Party Shall Dominate!	"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10316 } #Arnold Spencer Leese
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10047 } #Neil Francis-Hawkins
		command = { type = ministerofsecurity which = 10328 } #Henry Hamilton Beamish
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
	}		
	action_c = {
		ai_chance = 55
		name = "Oswald And The British Union Secures Victory! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 0 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10020 } #Oswald Mosley
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10049 } #Jorian Jenks
		command = { type = ministerofsecurity which = 10327 } #William Joyce
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
	}		
}	
####################################
##Historical British Military head's Change events
####################################	

# New Chief of Staff Appointed - Henry Wilson
event = {
	id = 133209512
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "New Chief of Staff Appointed"
	desc = "Henry Wilson is in, Douglas died back in 1915"
	
	offset = 2
	date = { day = 19 month = February year = 1918 }
	deathdate = { day = 19 month = February year = 1919 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Henry Wilson"
		command = { type = chiefofstaff which = 10287 }
		command = { type = chiefofarmy which = 10291 }
		command = { type = sleepminister which = 10283 } #Charles Douglas second command removed as he there is only one now v1.03
	}				
}	

# Henry Wilson died
event = {
	id = 133209513
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Henry Wilson Died"
	desc = "Frederick Lambart is in, Henry was assassinated"
	
	offset = 2
	date = { day = 20 month = February year = 1922 }
	deathdate = { day = 20 month = February year = 1923 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Frederick Lambart" 
		command = { type = chiefofstaff which = 10288 }
		command = { type = chiefofarmy which = 10227 }
		command = { type = sleepminister which = 10291 }
		command = { type = sleepminister which = 10287 } #Doesn't exist in Army form V1.03
	}				
}	

# Frederick Lambart retired
event = {
	id = 133209514
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Frederick Lambart Retired"
	desc = "George Milne is in,"
	
	offset = 2
	date = { day = 20 month = February year = 1926 }
	deathdate = { day = 20 month = February year = 1927 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint George Milne"
		command = { type = chiefofstaff which = 10332}
		 #Cheifofarmy line deleted as Milne has only Staff job v1.03
		command = { type = sleepminister which = 10249 }
		command = { type = sleepminister which = 10227 }
	}				
}

# Louis Alexander Mountbatten Retired
event = {
	id = 133209515
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Louis Alexander Mountbatten Retired" 
	desc = "David Beatty is in, Mountbatten retired back in 1915"
	
	offset = 2
	date = { day = 1 month = January year = 1919 }
	deathdate = { day = 1 month = January year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint David Beatty"
		command = { type = chiefofnavy which = 10304 }
		command = { type = sleepminister which = 10232 } #No Mountbatton :( V1.03
	}				
}

# David Beatty retired
event = {
	id = 133209516
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "David Beatty Retired"
	desc = "Charles Madden is in"
	
	offset = 2
	date = { day = 5 month = July year = 1927 }
	deathdate = { day = 5 month = July year = 1928 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Charles Madden"
		command = { type = chiefofnavy which = 10334 }
		command = { type = sleepminister which = 10304 }
	}				
}

# Charles Madden retired
event = {
	id = 133209517
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Charles Madden Retired"
	desc = "Frederick Field is in"
	
	offset = 2
	date = { day = 1 month = March year = 1930 }
	deathdate = { day = 1 month = March year = 1931 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Frederick Field"
		command = { type = chiefofnavy which = 10335 }
		command = { type = sleepminister which = 10334 }
	}				
}

# Hugh Trenchard is appointed
event = {
	id = 133209518
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Hugh Trenchard is appointed"
	desc = "Bow down to the father of the RAF and worship at his feet you mere mortals!" #Got bored so made Trenchard more divine sounding was going to change his name to "Hugh Motherfu--ing Asskicker Trenchard" but thought against it
	
	offset = 2
	date = { day = 1 month = March year = 1919 }
	deathdate = { day = 1 month = March year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Hugh Trenchard"
		command = { type = chiefofair which = 10307 }
	}				
}

# Hugh Trenchard has retired
event = {
	id = 133209519
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Hugh Trenchard has retired"
	desc = "Oh cruel faith! Why must thou take the greatest first? It is a dark day that the glorious and divine Hugh Trenchard has left his RAF! Oh woe, oh misery. Some bloke called Joh Salmond has tekn over." #See above mentioned Boredom
	
	offset = 2
	date = { day = 1 month = January year = 1930 }
	deathdate = { day = 1 month = January year = 1931 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint John Salmond"
		command = { type = chiefofair which = 10308 }
		command = { type = sleepminister which = 10307 }
	}				
}	

####################################
##Communist British Military head's Change events
####################################	
event = {
	id = 133209520
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = ENGC1 #Good till 1923 election
	}
	
	date = { day = 1 month = January year = 1914 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Emanuel Shinwell will purge the enemies of the people!"
		command = { type = chiefofstaff which = 10347 }
		command = { type = trigger which = 133209521 }
		command = { type = trigger which = 133209522 }
		command = { type = trigger which = 133209523 }
		command = { type = local_clrflag which = ENGC1 }
	}				
}
event = {
	id = 133209521
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209520
	
	name = "Leading The Army?" 
	desc = "Both generals but a strong emphasis on defense however Emanuel and more connections then Alexander"
	
	action_a = {
		ai_chance = 70
		name = "Appoint Emanuel Shinwell"
		command = { type = chiefofarmy which = 10348 }
	}
	action_b = {
		ai_chance = 30
		name = "Appoint Bill Alexander"
		command = { type = chiefofarmy which = 10108 }
	}			
}	
event = {
	id = 133209522
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209520
	
	name = "Leading the Navy?"
	desc = "Sir Andrew Cunningham is the only able bodied leader for the navy"
	
	action_a = {
		ai_chance = 100
		name = "Appoint Sir Andrew Cunningham"
		command = { type = chiefofnavy which = 10110 }
	}		
}	
event = {
	id = 133209523
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209520
	
	name = "Leading the Airforce?"
	desc = "William Wedgwood Benn is the only able bodies leader for the air force"
	
	action_a = {
		ai_chance = 100
		name = "Appoint William Wedgwood Benn"
		command = { type = chiefofair which = 10350}
	}					
}
event = {
	id = 133209524
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = ENGC2 #Good till 1929 election
	}
	
	date = { day = 1 month = January year = 1914 } 
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Tom Wintringham will purge the enemies of the people!"
		command = { type = chiefofstaff which = 10100 }
		command = { type = trigger which = 133209525 }
		command = { type = trigger which = 133209526 }
		command = { type = trigger which = 133209527 }
		command = { type = local_clrflag which = ENGC2 }
	}				
}
event = {
	id = 133209525
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209524
	
	name = "Leading The Army?" 
	desc = "Both generals but a strong emphasis on defense however Emanuel had a fading popularity"
	
	action_a = {
		ai_chance = 30
		name = "Appoint Emanuel Shinwell"
		command = { type = chiefofarmy which = 10348 }
	}
	action_b = {
		ai_chance = 70
		name = "Appoint Bill Alexander"
		command = { type = chiefofarmy which = 10108 }
	}			
}	
event = {
	id = 133209526
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209524
	
	name = "Leading the Navy?"
	desc = "Sir Andrew Cunningham is the only able bodied leader for the navy"
	
	action_b = {
		ai_chance = 100
		name = "Appoint Sir Andrew Cunningham"
		command = { type = chiefofnavy which = 10110 }
	}		
}	
event = {
	id = 133209527
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209524
	
	name = "Leading the Airforce?"
	desc = "William Wedgwood Benn is the only able bodies leader for the air force"
	
	action_a = {
		ai_chance = 100
		name = "Appoint William Wedgwood Benn"
		command = { type = chiefofair which = 10350 }
	}					
}
event = {
	id = 133209528
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = ENGC3
	}
	
	date = { day = 1 month = January year = 1914 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Tom Wintringham will purge the enemies of the people!"
		command = { type = chiefofstaff which = 10100 }
		command = { type = trigger which = 133209529 }
		command = { type = trigger which = 133209530 }
		command = { type = trigger which = 133209531 }
		command = { type = local_clrflag which = ENGC3 }
	}				
}
event = {
	id = 133209529
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209528
	
	name = "Leading The Army?" 
	desc = "Both Generals take a different approch to defense. Eric Blair is in favour of an elastic defense, while Alexander is in favour of a more static defense"
	
	action_a = {
		ai_chance = 30
		name = "Appoint Eric Blair" #Doesn't exist V1.03
		command = { type = chiefofarmy which = 24030037 }
	}
	action_b = {
		ai_chance = 70
		name = "Appoint Bill Alexander"
		command = { type = chiefofarmy which = 10108 }
	}			
}	
event = {
	id = 133209530
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209528
	
	name = "Leading the Navy?"
	desc = "Fred Copeman is a strong proponent of submarine and indirect warfare while Cunningham believes in power projection."
	
	action_a = {
		ai_chance = 70
		name = "Appoint Fred Copeman"
		command = { type = chiefofnavy which = 10115 }
	}			
	action_b = {
		ai_chance = 30
		name = "Appoint Sir Andrew Cunningham"
		command = { type = chiefofnavy which = 10349 }
	}		
}	
event = {
	id = 133209531
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209528
	
	name = "Leading the Airforce?"
	desc = "Wedgewood puts more emphasis on aerial superiority while Strachey believes in more of a strategic bombardment doctrine." #Corrected a few spelling and grammer mistakes
	
	action_a = {
		ai_chance = 30
		name = "Appoint William Wedgwood Benn"
		command = { type = chiefofair which = 10350 }
	}
	action_a = {
		ai_chance = 70
		name = "Appoint John Strachey"
		command = { type = chiefofair which = 10124 }
	}		
}
event = {
	id = 133209532
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
	}
	
	name = "New Chief of Staff"
	desc = "Emanuel Shinwell fell out of favor, Tom Wintringham is in "
	
	offset = 2
	date = { day = 1 month = March year = 1923 }
	deathdate = { day = 1 month = March year = 1924 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Tom Wintringham"
		command = { type = chiefofstaff which = 10100 }
	}				
}

Thanks!

For the future: If a minister is not in the 1.03 DB, please keep noting which ones aren't.
 
Ok some problems from Eng election events:

John Morley does not exist
William Adamson does not exist
Frederick Lambert only exists in chief form
George Milne same problem as above
Mountbatten, Louis A doesn't exist
Eric Blair doesn't exist

Also i had some fun with Trenchard's events, hope you don't mind.

Anyway here is the completed election file for England using 1.03 data. Will do the others when I can

Code:
##############################################################################
# DH-Mod Arms, Armistice and Revolutions - Elections
#################################
# by Nymet260
# fixup by burning
############################################
# Arms, Armistice and Revolutions by Christian M. Fuchs (Burning) and the AAR-Development Team 
# is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
# Permissions beyond the scope of this license may be available upon request at http://aarmod.cfuchs.net.
############################################
# Event List:
#ENG 133209500 British Post-war Election
#ENG 133209501 1922 general election
#ENG 133209502 1923 general election
#ENG 133209503 1924 general election
#ENG 133209504 1929 general election
#ENG 133209505 1931 general election
#ENG 133209507 1923 election after 1922 Communist victory
#ENG 133209508 1923 election after 1922 contested Communist victory
#ENG 133209509 1929 election with Communist government
#ENG 133209510 1931 general election with Communist government
#ENG 133209511 1931 general election with Fascist government
#ENG 133209512 New Chief of Staff Appointed - Henry Wilson
#ENG 133209513 Henry Wilson died
#ENG 133209514 Frederick Lambart retired
#ENG 133209515 Louis Alexander Mountbatten Retired
#ENG 133209516 David Beatty retired
#ENG 133209517 Charles Madden retired
#ENG 133209518 Hugh Trenchard is appointed
#ENG 133209519 Hugh Trenchard has retired
#ENG 133209520 - 133209524 - 133209528 Armed Forces Officer Reorganization
#ENG 133209521 - 133209525 - 133209529 Leading the Army?
#ENG 133209522 - 133209526 - 133209530 Leading the Navy?
#ENG 133209523 - 133209527 - 133209531 Leading the Air force?
#ENG 133209532 New Chief of Staff - Tom Winthringham

########################################
## British Elections
########################################	

# British Post-war Election
event = {
	id = 133209500
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
		event = 2002534 #Versailles Treaty Signed
	}
	
	name = "British Post-war Election"
	desc = "This was the first election since WW1, with the Conservative party running as a coliation front with the Liberal party. However some Liberals however were against this coliation front and ran alone with H.H Asquith leading the effort. This combined effort would isolate the Labour party from winning."
	offset = 180
	date = { day = 1 month = January year = 1917 }
	##date = { day = 28 month = December year = 1918 } ##Historical date
	deathdate = { day = 14 month = November year = 1922 }
	
	
	action_a = {
		ai_chance = 98
		name = "Coalition Front take the Victory"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10128} #David Lloyd George
		command = { type = foreignminister which = 10219 } #Arthur Balfour
		command = { type = armamentminister which = 10227 } #Austen Chamberlain
		command = { type = ministerofsecurity which = 10258 } #Edward Shortt
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
		
	}
	action_b = {
		ai_chance = 1
		name = "The Labour Party Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } # George V
		command = { type = headofgovernment which = 10318 } #William Adamson
		command = { type = foreignminister which = 10221 } #Ramsay MacDonald
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10260 } #Arthur Henderson
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
	}
	action_C = {
		ai_chance = 1
		name = "The Liberal Party Makes A Comeback"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 10001 } # George V
		command = { type = headofgovernment which = 10213 } #Herbert Henry Asquith
		command = { type = foreignminister which = 10218 } #Edward Grey
		command = { type = armamentminister which = 10286 } #John Morley #Doesn't exist 1.03
		command = { type = ministerofsecurity which = 10255 } #John Simon
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
	}			
}	

# 1922 General Election
event = {
	id = 133209501
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "ELECTION_TITLE"
	desc = "the 1922 general election was a huge upset in a shift of power. The Conservatives still managed an easy victory but the Labour party gained a large number of seats far more then the now divided Liberal party. This was also the year the Communist Party of Great Britain was formed and attempted to obtain seats by running within the Labour party. They would manage to seat only a single member."
	
	offset = 2
	date = { day = 15 month = November year = 1922 }
	deathdate = { day = 15 month = November year = 1923 }
	
	
	action_a = {
		ai_chance = 1
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10319} #J. R. Clynes
		command = { type = foreignminister which = 10221 } #Ramsay MacDonald
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10260 } #Arthur Henderson
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
		
	}
	action_b = {
		ai_chance = 98
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10226 } #Andrew Bonar Law
		command = { type = foreignminister which = 10220 } #George Curzon
		command = { type = armamentminister which = 10229 } #Stanley Baldwin
		command = { type = ministerofsecurity which = 10259 } #William Bridgeman
		command = { type = ministerofintelligence which = 10266 } # Mansfield Smith-Cumming
	}	
	action_c = {
		ai_chance = 1
		name = "Dear Lord! The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10085 } #William Gallacher
		command = { type = local_setflag which = ENGC1}
	}			
}

# 1923 Election
event = {
	id = 133209502
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "ELECTION_TITLE"
	desc = "The election of 1923 saw the shift of power from the Conservatives to the Labour party most in due party by the Liberal party whom managed to divide the Conservative vote. Although this was a great victory for the Labour party it would be a short lived one."
	
	offset = 2
	date = { day = 6 month = December year = 1923 }
	deathdate = { day = 6 month = December year = 1924 }
	
	action_a = {
		ai_chance = 1
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 98
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10220 } #George Curzon
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10259 } #William Bridgeman
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
		command = { type = local_setflag which = ENGC2}
		command = { type = local_setflag which = ENGC5}
	}			
}	

# 1924 Election
event = {
	id = 133209503
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1924 election was the election that would change Britain forever. Although the change isnt massive but on the political scale it would be, as government would now be polarized between the Conservatives and Labour party. The liberal party was 'shot in the foot' in this election year and nearly lost all of their seats as well as the labour party performing poorly and losing a chunk of voters to the Conservatives which allowed them a land side victory."
	
	date = { day = 29 month = October year = 1924 }
	deathdate = { day = 29 month = October year = 1925 }
	
	action_a = {
		ai_chance = 1
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } # Geroge V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 24030025 } #William Adamson #Doesn't exist 1.03
		command = { type = armamentminister which = 10306 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 98
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin 
		command = { type = foreignminister which = 10222 } #Austen Chamberlain
		command = { type = armamentminister which = 10154 } #Winston Churchill
		command = { type = ministerofsecurity which = 10261 } #William Joynson-Hicks
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
		command = { type = local_setflag which = ENGC2}
		command = { type = local_setflag which = ENGC6}
	}		
}		

# 1929 Election
event = {
	id = 133209504
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "In the 1929 election, although the Conservatives did achieve a popular vote, they however did not win majority in government, the Labour party took that title. With the Conservative parties cabinets being rather unimagintive and rather 'old' many looked towards the Labour parties new ideas. This is also the first years that the young British Facist party would finally mature and formalize, however their influnce in government was rather poor."
	
	date = { day = 30 month = May year = 1929 }
	deathdate = { day = 30 month = May year = 1930 }
	
	action_a = {
		ai_chance = 97
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 1
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10126 } #Viscount Templewood
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10329 } #Sir John Gilmour
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10265 } #Harry Pollitt
		command = { type = foreignminister which = 10034 } #D.N. Pritt
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10088 } #Anthony Blunt
		command = { type = local_setflag which = ENGC2}
		command = { type = local_setflag which = ENGC7}
	}		
	action_d = {
		ai_chance = 1
		name = "The British Facsist Party Shall Dominate! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10315 } #R.B.D. Blakeney
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10047 } #Neil Francis-Hawkins
		command = { type = ministerofsecurity which = 10066 } #Arnold Spencer-Leese
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
	}			
}		

# 1931 General Election	
event = {
	id = 133209505
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2
	name = "ELECTION_TITLE"
	desc = "EVT_133209505_DESC" 
	
	date = { day = 27 month = October year = 1931 }
	deathdate = { day = 27 month = October year = 1932 }
	
	action_a = {
		ai_chance = 99
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10037 } #Sir John Simon
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10256 } #Herbert Samuel
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 1
		name = "Conservatives Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } # George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10126 } #Viscount Templewood
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10335 } #Sir John Gilmour
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}	
	action_c = {
		ai_chance = 1
		name = "The CPGB Has Secured A Majority! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10265 } #Harry Pollitt
		command = { type = foreignminister which = 10033 } #Phil Piratin
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10089 } #Kim Philby
		command = { type = local_setflag which = ENGC3}
		command = { type = local_setflag which = ENGC8}
	}		
	action_d = {
		ai_chance = 1
		name = "Oswald And The New Party Shall Reign Supreme! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10020 } #Oswald Mosley
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10049 } #Jorian Jenks
		command = { type = ministerofsecurity which = 10327 } #William Joyce
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
		command = { type = local_setflag which = ENGF}
	}		
}
####################################
##Alternative British Dictatotorial outcomes
####################################

# 1923 election after 1922 Communist victory
event = {
	id = 133209507
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC5} ##prevents a double election
	}
	
	name = "ELECTION_TITLE"
	desc = "With the Communist victory back in 1922 there was another major shift in the political power of polarization. The Conservative party suffered a major dissention within the party and several of its members were jailed for random offenses. the Conservative party taking a far back seat in this election the Liberals took the chance to reclaim its glory and seat count within government while the Labour party pushes for for more socialist changes."
	
	offset = 2
	date = { day = 6 month = December year = 1923 }
	deathdate = { day = 6 month = December year = 1924 }
	
	
	action_a = {
		ai_chance = 10
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10306 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 5
		name = "Liberals Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 6 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10213 } #Herbert Henry Asquith
		command = { type = foreignminister which = 10218 } #Edward Grey
		command = { type = armamentminister which = 10224 } #David Lloyd George
		command = { type = ministerofsecurity which = 10252 } #Herbert Gladstone
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 85
		name = "The CPGB Wins "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
	}			
}	

# 1923 election after 1922 contested Communist victory
event = {
	id = 133209508
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC6} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "With the Communist victory in the 1923 general election being heavily contested, the leftist parties and Conservative members banded together to form the Popular Front in an attempt to dethrone the Communist from parliment."
	
	date = { day = 29 month = October year = 1924 }
	deathdate = { day = 29 month = October year = 1925 }
	
	action_a = {
		ai_chance = 25
		name = "Popular Front Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 7 }
		command = { type = headofstate which = 10001 } # Geroge V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10222 } #Austen Chamberlain
		command = { type = armamentminister which = 10154 } #Winston Churchill
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 75
		name = "The CPGB Wins "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10336 } #Tom Mann
		command = { type = foreignminister which = 10340 } #Harry Pollitt 
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10346 } #William Gallacher
	}		
}	

# 1929 election with Communist government	
event = {
	id = 133209509
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC7} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The General election of 1929 is one where the more democratic leaning parties begin to falter. The labour party suffered some internal strife but managed to recover how over a major dissention within the Liberal party caused them to spliter into two groups, the National Liberal party and the Liberal party, greatly weakening the chance of a Liberal victory. Although the renegade National Liberal party attempted to run as their own party they would not win very many seats in parliment seat"
	
	date = { day = 30 month = May year = 1929 }
	deathdate = { day = 30 month = May year = 1930 }
	
	action_a = {
		ai_chance = 10
		name = "Labour Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10231 } #Philip Snowden
		command = { type = ministerofsecurity which = 10330 } #J. R. Clynes
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 5
		name = "National Liberal Party Win"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 6 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10128} #David Lloyd George
		command = { type = foreignminister which = 10218 } #Edward Grey
		command = { type = armamentminister which = 10256 } #Herbert Samuel
		command = { type = ministerofsecurity which = 10254 } #Reginald McKenna
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
	}		
	action_c = {
		ai_chance = 85
		name = "The CPGB Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10021 } #Harry Pollitt
		command = { type = foreignminister which = 10034 } #D.N. Pritt
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10088 } #Anthony Blunt
	}				
}	

# 1931 election with Communist government		
event = {
	id = 133209510
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = ENGC8} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1931 election was an exciting one. The liberal parties whom many have no recovered from their 1929 fiascos managed to band together as well as some renegade Conservatives to fourm the National Labour front. This front which stood for democratic socalism attempted to relive the Communist of many of their seats and end their dominance of parliment"
	
	date = { day = 27 month = October year = 1931 }
	deathdate = { day = 27 month = October year = 1932 }
	
	
	action_a = {
		ai_chance = 25
		name = "National Labour Front"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 8 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10217} #Ramsay MacDonald
		command = { type = foreignminister which = 10324 } #Arthur Henderson
		command = { type = armamentminister which = 10042 } #Hugh Dalton
		command = { type = ministerofsecurity which = 10256 } #Herbert Samuel
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}
	action_b = {
		ai_chance = 75
		name = "Let the Commune Rise!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 2 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10021 } #Harry Pollitt
		command = { type = foreignminister which = 10033 } #Phil Piratin
		command = { type = armamentminister which = 10342 } #Shapurji Saklatvala
		command = { type = ministerofsecurity which = 10344 } #Charles Trevelyan
		command = { type = ministerofintelligence which = 10089 } #Kim Philby
	}				
}

# 1931 general election with Fascist government
event = {
	id = 133209511
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = fascist
		NOT = {local_flag = ENGF} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "EVT_133209511_DESC"
	
	date = { day = 27 month = October year = 1931 }
	deathdate = { day = 27 month = October year = 1932 }
	
	
	action_a = {
		ai_chance = 5
		name = "Democratic Front Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10216 } #Stanley Baldwin
		command = { type = foreignminister which = 10126 } #Viscount Templewood
		command = { type = armamentminister which = 10230 } #Neville Chamberlain
		command = { type = ministerofsecurity which = 10329 } #Sir John Gilmour
		command = { type = ministerofintelligence which = 10267 } #Sir Hugh Sinclair
		
	}	
	action_b = {
		ai_chance = 40
		name = "Imperial Fascist Party Shall Dominate!	"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10316 } #Arnold Spencer Leese
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10047 } #Neil Francis-Hawkins
		command = { type = ministerofsecurity which = 10328 } #Henry Hamilton Beamish
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
	}		
	action_c = {
		ai_chance = 55
		name = "Oswald And The British Union Secures Victory! "
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 0 }
		command = { type = headofstate which = 10001 } #George V
		command = { type = headofgovernment which = 10020 } #Oswald Mosley
		command = { type = foreignminister which = 10031 } #Archibald Ramsay
		command = { type = armamentminister which = 10049 } #Jorian Jenks
		command = { type = ministerofsecurity which = 10327 } #William Joyce
		command = { type = ministerofintelligence which = 10083 } #Maxwell Knight
	}		
}	
####################################
##Historical British Military head's Change events
####################################	

# New Chief of Staff Appointed - Henry Wilson
event = {
	id = 133209512
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "New Chief of Staff Appointed"
	desc = "Henry Wilson is in, Douglas died back in 1915"
	
	offset = 2
	date = { day = 19 month = February year = 1918 }
	deathdate = { day = 19 month = February year = 1919 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Henry Wilson"
		command = { type = chiefofstaff which = 10287 }
		command = { type = chiefofarmy which = 10291 }
		command = { type = sleepminister which = 10283 } #Charles Douglas second command removed as he there is only one now v1.03
	}				
}	

# Henry Wilson died
event = {
	id = 133209513
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Henry Wilson Died"
	desc = "Frederick Lambart is in, Henry was assassinated"
	
	offset = 2
	date = { day = 20 month = February year = 1922 }
	deathdate = { day = 20 month = February year = 1923 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Frederick Lambart" 
		command = { type = chiefofstaff which = 10288 }
		command = { type = chiefofarmy which = 10227 }
		command = { type = sleepminister which = 10291 }
		command = { type = sleepminister which = 10287 } #Doesn't exist in Army form V1.03
	}				
}	

# Frederick Lambart retired
event = {
	id = 133209514
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Frederick Lambart Retired"
	desc = "George Milne is in,"
	
	offset = 2
	date = { day = 20 month = February year = 1926 }
	deathdate = { day = 20 month = February year = 1927 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint George Milne"
		command = { type = chiefofstaff which = 10332}
		 #Cheifofarmy line deleted as Milne has only Staff job v1.03
		command = { type = sleepminister which = 10249 }
		command = { type = sleepminister which = 10227 }
	}				
}

# Louis Alexander Mountbatten Retired
event = {
	id = 133209515
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Louis Alexander Mountbatten Retired" 
	desc = "David Beatty is in, Mountbatten retired back in 1915"
	
	offset = 2
	date = { day = 1 month = January year = 1919 }
	deathdate = { day = 1 month = January year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint David Beatty"
		command = { type = chiefofnavy which = 10304 }
		command = { type = sleepminister which = 10232 } #No Mountbatton :( V1.03
	}				
}

# David Beatty retired
event = {
	id = 133209516
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "David Beatty Retired"
	desc = "Charles Madden is in"
	
	offset = 2
	date = { day = 5 month = July year = 1927 }
	deathdate = { day = 5 month = July year = 1928 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Charles Madden"
		command = { type = chiefofnavy which = 10334 }
		command = { type = sleepminister which = 10304 }
	}				
}

# Charles Madden retired
event = {
	id = 133209517
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Charles Madden Retired"
	desc = "Frederick Field is in"
	
	offset = 2
	date = { day = 1 month = March year = 1930 }
	deathdate = { day = 1 month = March year = 1931 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Frederick Field"
		command = { type = chiefofnavy which = 10335 }
		command = { type = sleepminister which = 10334 }
	}				
}

# Hugh Trenchard is appointed
event = {
	id = 133209518
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Hugh Trenchard is appointed"
	desc = "Bow down to the father of the RAF and worship at his feet you mere mortals!" #Got bored so made Trenchard more divine sounding was going to change his name to "Hugh Motherfu--ing Asskicker Trenchard" but thought against it
	
	offset = 2
	date = { day = 1 month = March year = 1919 }
	deathdate = { day = 1 month = March year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Hugh Trenchard"
		command = { type = chiefofair which = 10307 }
	}				
}

# Hugh Trenchard has retired
event = {
	id = 133209519
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Hugh Trenchard has retired"
	desc = "Oh cruel faith! Why must thou take the greatest first? It is a dark day that the glorious and divine Hugh Trenchard has left his RAF! Oh woe, oh misery. Some bloke called Joh Salmond has tekn over." #See above mentioned Boredom
	
	offset = 2
	date = { day = 1 month = January year = 1930 }
	deathdate = { day = 1 month = January year = 1931 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint John Salmond"
		command = { type = chiefofair which = 10308 }
		command = { type = sleepminister which = 10307 }
	}				
}	

####################################
##Communist British Military head's Change events
####################################	
event = {
	id = 133209520
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = ENGC1 #Good till 1923 election
	}
	
	date = { day = 1 month = January year = 1914 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Emanuel Shinwell will purge the enemies of the people!"
		command = { type = chiefofstaff which = 10347 }
		command = { type = trigger which = 133209521 }
		command = { type = trigger which = 133209522 }
		command = { type = trigger which = 133209523 }
		command = { type = local_clrflag which = ENGC1 }
	}				
}
event = {
	id = 133209521
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209520
	
	name = "Leading The Army?" 
	desc = "Both generals but a strong emphasis on defense however Emanuel and more connections then Alexander"
	
	action_a = {
		ai_chance = 70
		name = "Appoint Emanuel Shinwell"
		command = { type = chiefofarmy which = 10348 }
	}
	action_b = {
		ai_chance = 30
		name = "Appoint Bill Alexander"
		command = { type = chiefofarmy which = 10108 }
	}			
}	
event = {
	id = 133209522
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209520
	
	name = "Leading the Navy?"
	desc = "Sir Andrew Cunningham is the only able bodied leader for the navy"
	
	action_a = {
		ai_chance = 100
		name = "Appoint Sir Andrew Cunningham"
		command = { type = chiefofnavy which = 10110 }
	}		
}	
event = {
	id = 133209523
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209520
	
	name = "Leading the Airforce?"
	desc = "William Wedgwood Benn is the only able bodies leader for the air force"
	
	action_a = {
		ai_chance = 100
		name = "Appoint William Wedgwood Benn"
		command = { type = chiefofair which = 10350}
	}					
}
event = {
	id = 133209524
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = ENGC2 #Good till 1929 election
	}
	
	date = { day = 1 month = January year = 1914 } 
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Tom Wintringham will purge the enemies of the people!"
		command = { type = chiefofstaff which = 10100 }
		command = { type = trigger which = 133209525 }
		command = { type = trigger which = 133209526 }
		command = { type = trigger which = 133209527 }
		command = { type = local_clrflag which = ENGC2 }
	}				
}
event = {
	id = 133209525
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209524
	
	name = "Leading The Army?" 
	desc = "Both generals but a strong emphasis on defense however Emanuel had a fading popularity"
	
	action_a = {
		ai_chance = 30
		name = "Appoint Emanuel Shinwell"
		command = { type = chiefofarmy which = 10348 }
	}
	action_b = {
		ai_chance = 70
		name = "Appoint Bill Alexander"
		command = { type = chiefofarmy which = 10108 }
	}			
}	
event = {
	id = 133209526
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209524
	
	name = "Leading the Navy?"
	desc = "Sir Andrew Cunningham is the only able bodied leader for the navy"
	
	action_b = {
		ai_chance = 100
		name = "Appoint Sir Andrew Cunningham"
		command = { type = chiefofnavy which = 10110 }
	}		
}	
event = {
	id = 133209527
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209524
	
	name = "Leading the Airforce?"
	desc = "William Wedgwood Benn is the only able bodies leader for the air force"
	
	action_a = {
		ai_chance = 100
		name = "Appoint William Wedgwood Benn"
		command = { type = chiefofair which = 10350 }
	}					
}
event = {
	id = 133209528
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = ENGC3
	}
	
	date = { day = 1 month = January year = 1914 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Tom Wintringham will purge the enemies of the people!"
		command = { type = chiefofstaff which = 10100 }
		command = { type = trigger which = 133209529 }
		command = { type = trigger which = 133209530 }
		command = { type = trigger which = 133209531 }
		command = { type = local_clrflag which = ENGC3 }
	}				
}
event = {
	id = 133209529
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209528
	
	name = "Leading The Army?" 
	desc = "Both Generals take a different approch to defense. Eric Blair is in favour of an elastic defense, while Alexander is in favour of a more static defense"
	
	action_a = {
		ai_chance = 30
		name = "Appoint Eric Blair" #Doesn't exist V1.03
		command = { type = chiefofarmy which = 24030037 }
	}
	action_b = {
		ai_chance = 70
		name = "Appoint Bill Alexander"
		command = { type = chiefofarmy which = 10108 }
	}			
}	
event = {
	id = 133209530
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209528
	
	name = "Leading the Navy?"
	desc = "Fred Copeman is a strong proponent of submarine and indirect warfare while Cunningham believes in power projection."
	
	action_a = {
		ai_chance = 70
		name = "Appoint Fred Copeman"
		command = { type = chiefofnavy which = 10115 }
	}			
	action_b = {
		ai_chance = 30
		name = "Appoint Sir Andrew Cunningham"
		command = { type = chiefofnavy which = 10349 }
	}		
}	
event = {
	id = 133209531
	random = no
	country = ENG
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133209528
	
	name = "Leading the Airforce?"
	desc = "Wedgewood puts more emphasis on aerial superiority while Strachey believes in more of a strategic bombardment doctrine." #Corrected a few spelling and grammer mistakes
	
	action_a = {
		ai_chance = 30
		name = "Appoint William Wedgwood Benn"
		command = { type = chiefofair which = 10350 }
	}
	action_a = {
		ai_chance = 70
		name = "Appoint John Strachey"
		command = { type = chiefofair which = 10124 }
	}		
}
event = {
	id = 133209532
	random = no
	country = ENG
	picture = "news_paper"
	
	trigger = {
		government = communist
	}
	
	name = "New Chief of Staff"
	desc = "Emanuel Shinwell fell out of favor, Tom Wintringham is in "
	
	offset = 2
	date = { day = 1 month = March year = 1923 }
	deathdate = { day = 1 month = March year = 1924 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Tom Wintringham"
		command = { type = chiefofstaff which = 10100 }
	}				
}

Thanks!

For the future: If a minister is not in the 1.03 DB, please keep noting which ones aren't since I can add ministers to DHF for 1.03 Final.
 
Having problems with github and can't download anything idk, maybe I'm blind or just stupid :S Anyhow, nearly done coding up to 1955 barring 1939-1945.
 
Code:
##############################################################################
# DH-Mod Arms, Armistice and Revolutions - Elections
#################################
# by Nymet260
# fixup by burning
############################################
# Arms, Armistice and Revolutions by Christian M. Fuchs (Burning) and the AAR-Development Team 
# is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
# Permissions beyond the scope of this license may be available upon request at http://aarmod.cfuchs.net.
############################################
# Event List:
#FRA 133210000 French Post-war Election
#FRA 133210001 - 133210002 Emergency Election (1920)
#FRA 133210003 1924 General Election
#FRA 133210004 1928 General Election
#FRA 133210005 1932 General Election
#FRA 133210006 - 133210007 Emergency Election (1932)
#FRA 133210008 1928 General Election (Communist government)
#FRA 133210009 1932 General Election (Communist government)
#FRA 133210010 1932 General Election (Fascist government)
#FRA 133210011 French Post-war Election (Denschell dead)
#FRA 133210012 1928 General Election (Fascist government)
#FRA 133210013 Our King has fallen (monarchic France)
#FRA 133210014 Joffre retires
#FRA 133210015 Edmond Buat dies
#FRA 133210016 Paul Painlevé returns
#FRA 133210017 Ferdinand Foch dies
#FRA 133210018 Louis Pivet retires
#FRA 133210019 Pierre Ronarc'h retires
#FRA 133210020 Henri Salaun Fell Out Of Favor
#FRA 133210021 Henri Salaun Returns
#FRA 133210022 Henri Salaun Retires
#FRA 133210023 François Darlan Shall lead the way for our navy!
#FRA 133210024 *Appointment of Foch if he wasn't during the war*
#FRA 133210025 New Chief of Air - Laurent Eynac
#FRA 133210026 Laurent Eynac Fell out of Favor
#FRA 133210027 Paul Painlevé replaced
#FRA 133210028 - 133210032 - 133210036 Armed Forces Officer Reorganization
#FRA 133210029 - 133210033 - 133210037 Leading the Army?
#FRA 133210030 - 133210034 - 133210038 Leading the Navy?
#FRA 133210031 - 133210035 - 133210039 Leading the Airforce?
#FRA 133210040 Maurice Sarrail died

########################################
## French Elections
########################################

# French Post-war Election
event = {
	id = 133210000
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = { government = democratic	
		event = 2002534 #Versailles Treaty Signed
	}			
	
	name = "French Post-war Election"
	desc = "This is the first election to have taken place with the Great war finally at an end. The National bloc of the right wing and centre factions united under a single banner that they are the only ones to retain the peace while the the leftist parties, primarly the Radical socialist and the SFIO (Section française de l'Internationale ouvrière) parties were divided but still tried to push for total control of the seats in government. The Combined alliance of the right wing parties however would win."
	
	offset = 180
	date = { day = 1 month = January year = 1917 }
	##date = { day = 30 month = November year = 1919 } ##Historical date
	deathdate = { day = 22 month = January year = 1920 }
	
	
	action_a = {
		ai_chance = 98
		name = "National Bloc wins!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 5313 } #Paul Deschanel
		command = { type = headofgovernment which = 5295} #Alexandre Millerand
		command = { type = foreignminister which = 5278 } #Alexandre Millerand
		command = { type = armamentminister which = 5332 } #Frédéric François-Marsal
		command = { type = ministerofsecurity which = 5347 } #Théodore Steeg
		command = { type = ministerofintelligence which = 5299 } #Georges Ladoux
		command = { type = local_setflag which = FRA1-1}
		
	}
	action_b = {
		ai_chance = 1
		name = "SFIO managed to pull ahead!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 5313 } #Paul Deschanel
		command = { type = headofgovernment which = 5294 } #Paul Painlevé
		command = { type = foreignminister which = 5274 } #Aristide Briand
		command = { type = armamentminister which = 5331 } #Joseph Thierry
		command = { type = ministerofsecurity which = 5338 } #Ernest Monis
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
		command = { type = local_setflag which = FRA1-2}
	}
	action_c = {
		ai_chance = 1
		name = "The Radical Socialist Party Makes a Surprise Win!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 6 }
		command = { type = headofstate which = 5311 } #Georges Clemenceau
		command = { type = headofgovernment which = 5286 } #Gaston Doumergue
		command = { type = foreignminister which = 5272 } #Stéphen Pichon
		command = { type = armamentminister which = 5323 } #Louis-Lucien Klotz
		command = { type = ministerofsecurity which = 5342 } #Louis Barthou
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
	}		
}

# French Post-war Election (Denschell dead)	
event = {
	id = 133210011
	random = no
	country = FRA
	picture = "news_paper"
	#This event will fire if Denschell is dead already due to prolong war
	trigger = {
		government = democratic
		AND = { event = 2002534 #Versailles Treaty Signed	
			NOT = { event = 133210000 }	#Original election event	
		}
	}
	
	name = "French Post-war Election"
	desc = "This is the first election to have taken place with the Great war finally at an end. The National bloc of the right wing and centre factions united under a single banner that they are the only ones to retain the peace while the the leftist parties, primarly the Radical socialist and the SFIO (Section française de l'Internationale ouvrière) parties were divided but still tried to push for total control of the seats in government. The Combined alliance of the right wing parties however would win."
	
	offset = 90
	date = { day = 22 month = July year = 1920 }
	##date = { day = 22 month = July year = 1920 }
	deathdate = { day = 29 month = November year = 1924 }
	
	action_a = {
		ai_chance = 98
		name = "National Bloc wins!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 5309 } #Alexandre Millerand
		command = { type = headofgovernment which = 5296} #Georges Leygues
		command = { type = foreignminister which = 5279 } #Georges Leygues 
		command = { type = armamentminister which = 5332 } #Frédéric François-Marsal
		command = { type = ministerofsecurity which = 5347 } #Théodore Steeg
		command = { type = ministerofintelligence which = 5299 } #Georges Ladoux
		
	}
	action_b = {
		ai_chance = 1
		name = "SFIO managed to pull ahead!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 5309 } #Alexandre Millerand
		command = { type = headofgovernment which = 5294 } #Paul Painlevé
		command = { type = foreignminister which = 5274 } #Aristide Briand
		command = { type = armamentminister which = 5331 } #Joseph Thierry
		command = { type = ministerofsecurity which = 5338 } #Ernest Monis
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
	}
	action_c = {
		ai_chance = 1
		name = "The Radical Socialist Party Makes a Surprise Win!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 6 }
		command = { type = headofstate which = 5311 } #Georges Clemenceau
		command = { type = headofgovernment which = 5286 } #Gaston Doumergue
		command = { type = foreignminister which = 5272 } #Stéphen Pichon
		command = { type = armamentminister which = 5323 } #Louis-Lucien Klotz
		command = { type = ministerofsecurity which = 5342 } #Louis Barthou
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
	}		
}	

# Emergency Election (1920)
event = {
	id = 133210001
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		local_flag = FRA1-1
		headofstate = 5313
	}
	
	offset = 2	
	name = "Emergency Elections"
	desc = " With the health of French president Paul Deschanel rapidly faltering, the government setup immediate emergency elections to replace him. The SFIO attempted to put Gustave Delory on the presidental ticket however the conservative wave and combined alliance of the right wing faction helped Alexandre Millerand to achieve victory"
	
	date = { day = 23 month = July year = 1920 }
	deathdate = { day = 23 month = July year = 1921 }
	
	#Event Checks which HoG you have so it can retain it in the event it some how dissappears
	
	action_a = {
		ai_chance = 99
		name = "Alexandre Millerand (Ind.)"
		command = { type = dissent value = -3 }
		command = { type = headofstate which = 5309 }
		command = { type = headofgovernment which = 5296 }
		command = { type = foreignminister which = 5279 } #Georges Leygues
		command = { type = sleepminister which = 5313 }
		
	}
	action_b = {
		ai_chance = 1
		name = "Gustave Delory (SFIO)"
		command = { type = dissent value = 5 }
		command = { type = domestic which = political_left value = 1 }
		command = { type = headofstate which = 5312 }
		command = { type = headofgovernment which = 5296}
		command = { type = sleepminister which = 5313 }
	}				
}	

# Emergency Election (1920)
event = {
	id = 133210002
	random = no
	country = FRA
	picture = "news_paper"
	
	offset = 2
	trigger = {
		government = democratic
		local_flag = FRA1-2
		headofstate = 5313
	}
	
	name = "Emergency Elections"
	desc = " With the health of French president Paul Deschanel rapidly faltering, the government setup immediate emergency elections to replace him. The SFIO attempted to put Gustave Delory on the presidental ticket however the conservative wave and combined alliance of the right wing faction helped Alexandre Millerand to achieve victory"
	
	date = { day = 23 month = July year = 1920 }
	deathdate = { day = 23 month = July year = 1921 }
	#Event Checks which HoG you have so it can retain it in the event it some how dissappears
	
	action_a = {
		ai_chance = 99
		name = "Alexandre Millerand (Ind.)"
		command = { type = dissent value = -3 }
		command = { type = headofstate which = 5309 }
		command = { type = headofgovernment which = 5294}
		command = { type = sleepminister which = 5313 }
	}
	action_b = {
		ai_chance = 1
		name = "Gustave Delory (SFIO)"
		command = { type = dissent value = 5 }
		command = { type = domestic which = political_left value = 1 }
		command = { type = headofstate which = 5312 }
		command = { type = headofgovernment which = 5294}
		command = { type = sleepminister which = 5313 }
	}				
}	

# 1924 Election
event = {
	id = 133210003
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "EVT_133210003_DESC"
	
	date = { day = 30 month = November year = 1924 }
	deathdate = { day = 23 month = July year = 1925 }
	
	action_a = {
		ai_chance = 97
		name = "Left-Wing Coliation Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 5314 } #Gaston Doumergue
		command = { type = headofgovernment which = 5297} #Édouard Herriot
		command = { type = foreignminister which = 5281 } #Édouard Herriot
		command = { type = armamentminister which = 5320 } #Étienne Clémentel
		command = { type = ministerofsecurity which = 5346 } #René Renoult
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
	}
	action_b = {
		ai_chance = 1
		name = "Republican Federation Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 5314 } #Gaston Doumergue
		command = { type = headofgovernment which = 5298 } #Frédéric François-Marsal
		command = { type = foreignminister which = 5270 } #Raymond Poincaré
		command = { type = armamentminister which = 5055 } #Louis Loucheur
		command = { type = ministerofsecurity which = 5347 } #Théodore Steeg
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
	}	
	action_c = {
		ai_chance = 1
		name = "Mon Dieu! The Communist Won!"
		command = { type = dissent value = 25 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 5316 } #Zéphyrin Camelinat
		command = { type = headofgovernment which = 5290 } #Marcel Cachin
		command = { type = foreignminister which = 5266 } #Justin de Selves
		command = { type = armamentminister which = 5324 } #Marcel Cachin
		command = { type = ministerofsecurity which = 5335 } #Alfred Rosmer
		command = { type = ministerofintelligence which = 5300 } #S. Mineff
		command = { type = local_setflag which = FRAC3}
	}			
	action_d = {
		ai_chance = 1
		name = "The Monarchists Have Returned!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 5306 } #Philippe VIII
		command = { type = headofgovernment which = 5381 } #Eugène Deloncle
		command = { type = foreignminister which = 5190 } #Paul Baudouin
		command = { type = armamentminister which = 5331 } #Joseph Thierry
		command = { type = ministerofsecurity which = 5192 } #Joseph Barthélemy
		command = { type = ministerofintelligence which = 5193 } #Rene Bousquet
		command = { type = local_setflag which = FRAM3}
	}		
}	

# 1928 General Election
event = {
	id = 133210004
	random = no
	country = FRA
	picture = "news_paper"
	
	#HoS is here to make sure that it keeps the previous one, this isnt a presidental election year
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The French general election of 1928 was a tight race. The right wing factions put up a tough fight to reclaim many lost seats due to last elections. However the better established left wing factions managed to hold a barely achieve majority."
	
	date = { day = 29 month = April year = 1928 }
	deathdate = { day = 23 month = July year = 1928 }
	
	action_a = {
		ai_chance = 97
		name = "The Alliance Démocratique Takes the Lead"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 5314 } #Gaston Doumergue
		command = { type = headofgovernment which = 5291} #Raymond Poincaré
		command = { type = foreignminister which = 5274 } #Aristide Briand
		command = { type = armamentminister which = 5056 } #Albert Sarraut
		command = { type = ministerofsecurity which = 5342 } #Louis Barthou
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
		
	}
	action_b = {
		ai_chance = 1
		name = "The SFIO Pulls Ahead"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 5314 } #Gaston Doumergue
		command = { type = headofgovernment which = 5283 } #Aristide Briand
		command = { type = foreignminister which = 5274 } #Aristide Briand
		command = { type = armamentminister which = 5321 } #Joseph Caillaux
		command = { type = ministerofsecurity which = 5338 } #Ernest Monis
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
	}	
	action_c = {
		ai_chance = 1
		name = "The Communists Win A Majority!"
		command = { type = dissent value = 20 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 5314 } #Gaston Doumergue
		command = { type = headofgovernment which = 5290 } #Marcel Cachin
		command = { type = foreignminister which = 5265 } #Jean Cruppi
		command = { type = armamentminister which = 5324 } #Marcel Cachin
		command = { type = ministerofsecurity which = 5335 } #Alfred Rosmer
		command = { type = ministerofintelligence which = 5300 } #S. Mineff
		command = { type = local_setflag which = FRAC1}
		command = { type = local_setflag which = FRAC3}
	}
	action_d = {
		ai_chance = 1
		name = "The Monarchist Win A Surprise Victory!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 5383 } #Jean III
		command = { type = headofgovernment which = 5381 } #Eugène Deloncle
		command = { type = foreignminister which = 5190 } #Paul Baudouin
		command = { type = armamentminister which = 5331 } #Joseph Thierry
		command = { type = ministerofsecurity which = 5192 } #Joseph Barthélemy
		command = { type = ministerofintelligence which = 5193 } #Rene Bousquet
		command = { type = local_setflag which = FRAM1}
		command = { type = local_setflag which = FRAM3}
	}		
}

# 1932 General Election
event = {
	id = 133210005
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2
	name = "ELECTION_TITLE"
	desc = "EVT_133210005_DESC"
	
	date = { day = 1 month = May year = 1932 }
	deathdate = { day = 23 month = July year = 1932 }
	
	action_a = {
		ai_chance = 98
		name = "The Cartel des Gauches Bloc Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 5305 } #Paul Doumer
		command = { type = headofgovernment which = 5025} #Edouard Herriot
		command = { type = foreignminister which = 5281 } #Édouard Herriot
		command = { type = armamentminister which = 5382 } #Louis Germain-Martin
		command = { type = ministerofsecurity which = 5095 } #Camille Chautemps
		command = { type = ministerofintelligence which = 5108 } #Pierre Etienne Flandin
		command = { type = local_setflag which = FRA2-1}
		
	}
	action_b = {
		ai_chance = 1
		name = "The Right-Centre Alliance Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 4 }
		command = { type = headofstate which = 5305 } #Paul Doumer
		command = { type = headofgovernment which = 5023 } #Pierre Laval
		command = { type = foreignminister which = 5270 } #Raymond Poincaré
		command = { type = armamentminister which = 5327 } #René Renoult
		command = { type = ministerofsecurity which = 5342 } #Louis Barthou
		command = { type = ministerofintelligence which = 5108 } #Pierre Etienne Flandin
		command = { type = local_setflag which = FRA2-2}
	}	
	action_c = {
		ai_chance = 1
		name = "The Communist Makes a Land Slide Victory!"
		command = { type = dissent value = 20 }
		command = { type = set_domestic which = democratic value = 5 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 5013 } #Maurice Thorez
		command = { type = headofgovernment which = 5290 } #Marcel Cachin
		command = { type = foreignminister which = 5265 } #Jean Cruppi
		command = { type = armamentminister which = 5324 } #Marcel Cachin
		command = { type = ministerofsecurity which = 5335 } #Alfred Rosmer
		command = { type = ministerofintelligence which = 5300 } #S. Mineff
		command = { type = local_setflag which = FRAC2}
		command = { type = local_setflag which = FRAC3}
	}					
	action_d = {
		ai_chance = 1
		name = "The Monarchist shall restore France!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 5383 } #Jean III
		command = { type = headofgovernment which = 5381 } #Eugène Deloncle
		command = { type = foreignminister which = 5190 } #Paul Baudouin
		command = { type = armamentminister which = 5331 } #Joseph Thierry
		command = { type = ministerofsecurity which = 5192 } #Joseph Barthélemy
		command = { type = ministerofintelligence which = 5193 } #Rene Bousquet
		command = { type = local_setflag which = FRAM2}
		command = { type = local_setflag which = FRAM3}
	}		
}		

# Emergency Election (1932)				
event = {
	id = 133210006
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		local_flag = FRA2-1
		headofstate = 5305
	}
	
	offset = 2	
	name = "Emergency Elections"
	desc = "While attenting a local event president Paul Doumer was shot dead by a mentally unstable russian. With the President now dead an emergency election was called to bring in a new president. the SFIO put foward Paul Painleve while the right-wing factions put foward Albert Lebrun, who surprisingly managed to take the victory"
	
	date = { day = 7 month = May year = 1932 }
	deathdate = { day = 7 month = May year = 1933 }
	
	action_a = {
		ai_chance = 99
		name = "Albert Lebrun (AD)"
		command = { type = dissent value = -3 }
		command = { type = headofstate which = 5158 }
		command = { type = headofgovernment which = 5025}
		command = { type = sleepminister which = 5305 }
		
	}
	action_b = {
		ai_chance = 1
		name = "Paul Painlevé (PRS)"
		command = { type = dissent value = 5 }
		command = { type = domestic which = political_left value = 1 }
		command = { type = headofstate which = 5294 }
		command = { type = headofgovernment which = 5025}
		command = { type = sleepminister which = 5305 }
	}				
}	

# Emergency Election (1932)
event = {
	id = 133210007
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		local_flag = FRA2-2
		headofstate = 5305
	}
	
	offset = 2	
	name = "Emergency Elections"
	desc = "While attenting a local event president Paul Doumer was shot dead by a mentally unstable Russian. With the President now dead an emergency election was called to bring in a new president. the SFIO put foward Paul Painleve while the right-wing factions put foward Albert Lebrun, who surprisingly managed to take the victory"
	
	date = { day = 7 month = May year = 1932 }
	deathdate = { day = 7 month = May year = 1933 }
	
	action_a = {
		ai_chance = 99
		name = "Albert Lebrun (AD)"
		command = { type = dissent value = -3 }
		command = { type = headofstate which = 5158 }
		command = { type = headofgovernment which = 5023 }
		command = { type = sleepminister which = 5305 }
		
	}
	action_b = {
		ai_chance = 1
		name = "Paul Painlevé (PRS)"
		command = { type = dissent value = 5 }
		command = { type = domestic which = political_left value = 1 }
		command = { type = headofstate which = 5294 }
		command = { type = headofgovernment which = 5023 }
		command = { type = sleepminister which = 5305 }
	}				
}	
####################################
##Alternative French Dictatotorial outcomes
####################################

# 1928 General Election (Communist government)
event = {
	id = 133210008
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = FRAC1} ##prevents a double election 1 from democratic and 1 Commie
	}
	
	name = "ELECTION_TITLE"
	desc = "In the 1928 general elections the entire political polarization has changed. With the conservative forces mostly being isolated out they banded together to form the Alliance Democratique, while the more conservative left wing factions formed the Radical-left alliance. The remaining hard liner left wingers took up refuge with the French Communist party. With these strong alliances opposing the French Communist party will they be able to hold out and achieve majority?"
	
	offset = 2
	date = { day = 29 month = April year = 1928 }
	deathdate = { day = 29 month = April year = 1929 }
	
	#Not a presidential year, This event really can only happen if you go commie in 1924
	
	action_a = {
		ai_chance = 5
		name = "The Alliance Démocratique Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 8 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 5316 } #Zéphyrin Camelinat
		command = { type = headofgovernment which = 5291} #Raymond Poincaré
		command = { type = foreignminister which = 5278 } #Alexandre Millerand
		command = { type = armamentminister which = 5332 } #Frédéric François-Marsal
		command = { type = ministerofsecurity which = 5347 } #Théodore Steeg
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
		
	}
	action_b = {
		ai_chance = 20
		name = "The Radical-Left Front Claims Victory"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 6 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 5316 } #Zéphyrin Camelinat
		command = { type = headofgovernment which = 5283 } #Aristide Briand
		command = { type = foreignminister which = 5281 } #Édouard Herriot
		command = { type = armamentminister which = 5321 } #Joseph Caillaux
		command = { type = ministerofsecurity which = 5348 } #Joseph Caillaux
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
	}	
	action_c = {
		ai_chance = 75
		name = "The Communist Win Once More"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 5316 } #Zéphyrin Camelinat
		command = { type = headofgovernment which = 5290 } #Marcel Cachin
		command = { type = foreignminister which = 5265 } #Jean Cruppi
		command = { type = armamentminister which = 5324 } #Marcel Cachin
		command = { type = ministerofsecurity which = 5335 } #Alfred Rosmer
		command = { type = ministerofintelligence which = 5300 } #S. Mineff
	}			
}

# 1932 General Election (Communist government)
event = {
	id = 133210009
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = FRAC2} ##prevents a double election 1 from democratic and 1 Commie
	}
	
	name = "ELECTION_TITLE"
	desc = "Once again as in the 1928 election, the 1932 election was a battle between alliances and the Communist party. With the advent of the depression many are questioning the lefts ability to handle the situation. Will The French communist stay on top? Or will the left or right alliances take back government?"
	
	offset = 2
	date = { day = 1 month = May year = 1932 }
	deathdate = { day = 1 month = May year = 1933 }
	
	
	action_a = {
		ai_chance = 75
		name = "The Commune Will Rise!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 2 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 5013 } #Maurice Thorez
		command = { type = headofgovernment which = 5290 } #Marcel Cachin
		command = { type = foreignminister which = 5046 } #Laurent Casenove
		command = { type = armamentminister which = 5324 } #Marcel Cachin
		command = { type = ministerofsecurity which = 5102 } #Maurice Thorez
		command = { type = ministerofintelligence which = 5300 } #S. Mineff
		
	}
	action_b = {
		ai_chance = 20
		name = "The Popular Socialst Front Will Achieve Majority!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 6 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 5315 } #Paul Painlevé
		command = { type = headofgovernment which = 5283 } #Aristide Briand
		command = { type = foreignminister which = 5031 } #Joseph Paul Boncour
		command = { type = armamentminister which = 5049 } #Edouard Daladier
		command = { type = ministerofsecurity which = 5081 } #Adrien Tixier
		command = { type = ministerofintelligence which = 5108 } #Pierre Etienne Flandin
	}	
	action_c = {
		ai_chance = 5
		name = "The Right-Centre Bloc Shall Win!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 5158 } #Albert Lebrun
		command = { type = headofgovernment which = 5291 } #Raymond Poincaré
		command = { type = foreignminister which = 5039 } #Pierre Laval
		command = { type = armamentminister which = 5054 } #Raoul Dautry
		command = { type = ministerofsecurity which = 5339 } #Eugène Étienne
		command = { type = ministerofintelligence which = 5108 } #Pierre Etienne Flandin
	}			
}

# Our King has fallen (monarchic France)
event = {
	id = 133210013
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		headofstate = 5306	#Philippe VIII
	}
	
	name = "Our King has Fallen"
	desc = "While traveling in Sicly Italy, the King caught pneumonia and several days later died. With the King dead, his cousin Jean III will take the throne."
	
	offset = 2
	date = { day = 28 month = March year = 1926 }
	deathdate = { day = 28 month = March year = 1927 }
	
	action_a = {
		ai_chance = 100
		name = "All of France shall mourn"
		command = { type = headofstate which = 5383 }
		command = { type = sleepminister which = 5306 }
	}				
}	

# 1928 General Election (Fascist government)
event = {
	id = 133210012
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = fascist
		NOT = {local_flag = FRAM1} ##prevents a double election 1 from democratic and 1 facists
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The French election of 1928 was rather dull. The Monarchist had control of most of government as was highly popular. The centrist and right wing factions had little to offer to dethrone the king and thus was almost easy victory for the Monarchist if it wasnt however for the blunders several of the Monarchist politicans giving their faction a poor name giving the other factions a slight chance at majority."
	
	date = { day = 29 month = April year = 1928 }
	deathdate = { day = 29 month = April year = 1929 }
	
	action_a = {
		ai_chance = 10
		name = "Republican Federation Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 7 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 5158 } #Albert Lebrun
		command = { type = headofgovernment which = 5291} #Raymond Poincaré
		command = { type = foreignminister which = 5278 } #Alexandre Millerand 
		command = { type = armamentminister which = 5332 } #Frédéric François-Marsal
		command = { type = ministerofsecurity which = 5347 } #Théodore Steeg
		command = { type = ministerofintelligence which = 5299 } #Georges Ladoux
		
	}
	action_b = {
		ai_chance = 5
		name = "The Radical-Right Party Claims Victory"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 6 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 5315 } #Paul Painlevé
		command = { type = headofgovernment which = 5297 } #Édouard Herriot
		command = { type = foreignminister which = 5272 } #Stéphen Pichon
		command = { type = armamentminister which = 5331 } #Joseph Thierry
		command = { type = ministerofsecurity which = 5342 } #Louis Barthou
		command = { type = ministerofintelligence which = 5354 } #Charles Joseph Dupont
	}	
	action_d = {
		ai_chance = 85
		name = "The Monarchists Shall Have Majority"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 5383 } #Jean III
		command = { type = headofgovernment which = 5197 } #Pierre Laval
		command = { type = foreignminister which = 5190 } #Paul Baudouin
		command = { type = armamentminister which = 5331 } #Joseph Thierry
		command = { type = ministerofsecurity which = 5192 } #Joseph Barthélemy
		command = { type = ministerofintelligence which = 5193 } #Rene Bousquet
	}			
}	

# 1932 General Election (Fascist government)
event = {
	id = 133210010
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = fascist
		NOT = {local_flag = FRAM2} ##prevents a double election 1 from democratic and 1 facists
	}
	
	name = "ELECTION_TITLE"
	desc = "With the 1932 general election fast approching with the Great depression on everyones mind. Without a common consesus the right and centrist factions were unable to form an alliance against the dominating Monarchist party. However many people are upset with how the king is approching a fix for the economic disparity. As such many voters fled towards voting for the centrist and right wing groups."
	
	offset = 2
	date = { day = 1 month = May year = 1932 }
	deathdate = { day = 1 month = May year = 1933 }
	
	action_a = {
		ai_chance = 5
		name = "Republican Federation Party Wins"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 6 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 5158 } #Albert Lebrun
		command = { type = headofgovernment which = 5291} #Raymond Poincaré
		command = { type = foreignminister which = 5278 } #Alexandre Millerand 
		command = { type = armamentminister which = 5332 } #Frédéric François-Marsal
		command = { type = ministerofsecurity which = 5347 } #Théodore Steeg
		command = { type = ministerofintelligence which = 5108 } #Pierre Etienne Flandin
		
	}
	action_b = {
		ai_chance = 5
		name = "The Radical-Right Achieve Victory"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 6 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 5315 } #Paul Painlevé
		command = { type = headofgovernment which = 5297 } #Édouard Herriot
		command = { type = foreignminister which = 5272 } #Stéphen Pichon
		command = { type = armamentminister which = 5331 } #Joseph Thierry
		command = { type = ministerofsecurity which = 5342 } #Louis Barthou
		command = { type = ministerofintelligence which = 5108 } #Pierre Etienne Flandin
	}	
	action_d = {
		ai_chance = 90
		name = "A Monarchy Is Clearly Superior!"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 3 }
		command = { type = headofstate which = 5383 } #Jean III
		command = { type = headofgovernment which = 5197 } #Pierre Laval
		command = { type = foreignminister which = 5190 } #Paul Baudouin
		command = { type = armamentminister which = 5331 } #Joseph Thierry
		command = { type = ministerofsecurity which = 5192 } #Joseph Barthélemy
		command = { type = ministerofintelligence which = 5193 } #Rene Bousquet
	}			
}

French inter-war election events Part 1. No missing ministers. Very little needed changing. Working on the Yanks now. If that goes as smoothly I will have the Weimar done as well this weekend.
 
Part 2

Code:
####################################
##Historical French Military head's Change events
####################################	

# Joffre retires
event = {
	id = 133210014
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Joffre Retires"
	desc = "Edmond Buat is in, Joffre retired "
	
	offset = 2
	date = { day = 5 month = December year = 1919 }
	deathdate = { day = 5 month = December year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Edmond Buat"
		command = { type = chiefofarmy which = 5384 }
		command = { type = sleepminister which = 5235 }
	}				
}	

# Edmond Buat dies
event = {
	id = 133210015
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Edmond Buat Dies"
	desc = "Ferdinand Foch is in, Buat died"
	
	offset = 2
	date = { day = 30 month = December year = 1923 }
	deathdate = { day = 30 month = December year = 1924 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Ferdinand Foch"
		command = { type = chiefofarmy which = 5240 }
		command = { type = sleepminister which = 5384 }
	}				
}	

# *Appointment of Foch if he wasn't during the war*
event = {
	id = 133210024
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		NOT = {event = 2002554} #Appoint Foch as Supreme Commander from DH full 1914 event for FRA
	}
	
	name = "New Chief of Staff" ##If Foch wasnt appointed during the war, he is now
	desc = "Ferdinand Foch is in"
	
	offset = 2
	date = { day = 1 month = November year = 1919 }
	deathdate = { day = 1 month = November year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Ferdinand Foch"
		command = { type = chiefofstaff which = 5256 }
	}				
}	

# Ferdinand Foch dies	
event = {
	id = 133210017
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 5240
	}
	
	name = "Ferdinand Foch Dies"
	desc = "Maxime Weygand is in, Poor poor Fochy died"
	
	offset = 2
	date = { day = 20 month = March year = 1929 }
	deathdate = { day = 20 month = March year = 1930 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Maxime Weygand"
		command = { type = chiefofstaff which = 5124 }
		command = { type = chiefofarmy which = 5136 }
		command = { type = sleepminister which = 5256 }
		command = { type = sleepminister which = 5240 }
	}				
}	

# Louis Pivet retires
event = {
	id = 133210018
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 5373
	}
	
	name = "Louis Pivet Retires"
	desc = "Pierre Ronarc'h is in, last guy retired"
	
	offset = 2
	date = { day = 17 month = May year = 1919 }
	deathdate = { day = 17 month = May year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Pierre Ronarc'h"
		command = { type = chiefofnavy which = 5385 }
		command = { type = sleepminister which = 5373 }
	}				
}	

# Pierre Ronarc'h retires
event = {
	id = 133210019
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 24030013
	}
	
	name = "Pierre Ronarc'h Retires"
	desc = "Henri Salaun is in, this guy is actually famous for trying to build a French atlantic wall, too bad André Maginot and his defensive line the Maginot line got more popularity and funding."
	
	offset = 2
	date = { day = 1 month = February year = 1920 }
	deathdate = { day = 1 month = February year = 1921 }
	
	action_a = {
		ai_chance = 100
		name = "Henri Salaun will build an Atlantic Wall!"
		command = { type = chiefofnavy which = 5386 }
		command = { type = sleepminister which = 5385 }
	}				
}		

# Henri Salaun Fell Out Of Favor
event = {
	id = 133210020
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 24030014
	}
	
	name = "Henri Salaun Fell Out Of Favor"
	desc = "Maurice Grasset is in, Henri lost favour end of story"
	
	offset = 2
	date = { day = 1 month = February year = 1921 }
	deathdate = { day = 1 month = February year = 1922 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Maurice Grasset"
		command = { type = chiefofnavy which = 5387 }
	}				
}

# Henri Salaun Returns
event = {
	id = 133210021
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 24030015
	}
	
	name = "Henri Salaun Returns"
	desc = "Henri Salaun is in, last guy also lost favour"
	
	offset = 2
	date = { day = 22 month = July year = 1924 }
	deathdate = { day = 22 month = July year = 1925 }
	
	action_a = {
		ai_chance = 100
		name = "He will build the wall this time I swear!"
		command = { type = chiefofnavy which = 5386 }
	}				
}	

# Henri Salaun Retires
event = {
	id = 133210022
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 24030014
	}
	
	name = "Henri Salaun Retires"
	desc = "Louis Violette is in, Henri retired"
	
	offset = 2
	date = { day = 1 month = January year = 1928 }
	deathdate = { day = 1 month = January year = 1929 }
	
	action_a = {
		ai_chance = 100
		name = "He never built my wall!"
		command = { type = chiefofnavy which = 5388 }
		command = { type = sleepminister which = 5386 }
	}				
}		

# François Darlan Shall lead the way for our navy!
event = {
	id = 133210023
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 24030016
	}
	
	name = "François Darlan Shall lead the way for our navy!"
	desc = "François Darlan is in"
	
	offset = 2
	date = { day = 24 month = June year = 1931 }
	deathdate = { day = 24 month = June year = 1932 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint François Darlan"
		command = { type = chiefofnavy which = 5009 }
	}				
}	

# New Chief of Air - Laurent Eynac	
event = {
	id = 133210025
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 24030017
	}
	
	name = "New Chief of Air"
	desc = "Laurent Eynac is in"
	
	offset = 2
	date = { day = 14 month = September year = 1928 }
	deathdate = { day = 14 month = September year = 1929 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Laurent Eynac"
		command = { type = chiefofair which = 5389 }
	}				
}	

# Laurent Eynac Fell out of Favor
event = {
	id = 133210026
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 24030018
	}
	
	name = "Laurent Eynac Fell Out Of Favor"
	desc = "Paul Painlevé is in"
	
	offset = 2
	date = { day = 13 month = December year = 1930 }
	deathdate = { day = 13 month = December year = 1931 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Paul Painlevé"
		command = { type = chiefofair which = 5390 }
	}				
}	

# Paul Painlevé replaced
event = {
	id = 133210027
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 24030019
	}
	
	name = "Paul Painlevé Replaced"
	desc = "Jacques-Louis Dumesnil is in"
	
	offset = 2
	date = { day = 27 month = January year = 1931 }
	deathdate = { day = 27 month = January year = 1932 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Jacques-Louis Dumesnil"
		command = { type = chiefofair which = 5391 }
	}				
}	

# Paul Painlevé returns
event = {
	id = 133210016
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		minister = 24030018
	}
	
	name = "Paul Painlevé Returns"
	desc = "Paul Painlevé is in"
	
	offset = 2
	date = { day = 20 month = February year = 1932 }
	deathdate = { day = 20 month = February year = 1933 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Paul Painlevé"
		command = { type = chiefofair which = 5390 }
	}				
}	
####################################
##Monarchist French Military head's Change events
####################################	

event = {
	id = 133210028
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = FRAM3
	}
	
	date = { day = 1 month = January year = 1914 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The King Demands a change of leadership within the armed forces that are more loyal to the king. The king appoints Charles Huntziger to spearhead the effort to do so"
	
	action_a = {
		ai_chance = 100
		name = "Charles Huntziger will fix everything"
		command = { type = chiefofstaff which = 5194 }
		command = { type = trigger which = 133210029 }
		command = { type = trigger which = 133210030 }
		command = { type = trigger which = 133210031 }
		command = { type = local_clrflag which = FRAM3 }
	}				
}
event = {
	id = 133210029
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133210028
	
	name = "Leading The Army?" 
	desc = "Philippe Pétain is the more popular figure, but his idea on a static defense might not be, Franchet on the other hand believes in a more elastic defense"
	
	action_a = {
		ai_chance = 70
		name = "Appoint Philippe Pétain"
		command = { type = chiefofarmy which = 5239 }
	}
	action_b = {
		ai_chance = 30
		name = "Appoint Louis Franchet d'Espèrey"
		command = { type = chiefofarmy which = 5392 }
	}		
}	
event = {
	id = 133210030
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133210028
	
	name = "Leading the Navy?"
	desc = "Both believe in decisive naval combat, however Darlan was more popular"
	
	action_a = {
		ai_chance = 70
		name = "Appoint François Darlan"
		command = { type = chiefofnavy which = 5009 }
	}			
	action_b = {
		ai_chance = 30
		name = "Appoint Jean-Marie Charles"
		command = { type = chiefofnavy which = 5375 }
	}		
}	
event = {
	id = 133210031
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133210028
	
	name = "Leading the Airforce?"
	desc = "Jannekeyn was a strong proponet of strategic bombardment while Bergeret was more about linking the air force with the army"
	
	action_a = {
		ai_chance = 70
		name = "Appoint Jean Marie Bergeret"
		command = { type = chiefofair which = 5196 }
	}			
	action_b = {
		ai_chance = 30
		name = "Appoint Maurice Jannekeyn"
		command = { type = chiefofair which = 5224 }
	}		
}	
####################################
##Communist French Military head's Change events
####################################	

event = {
	id = 133210032
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = FRAC3
	}
	
	date = { day = 1 month = January year = 1914 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Maurice Sarrail will purge the enemies of the people!"
		command = { type = chiefofstaff which = 5251 }
		command = { type = trigger which = 133210033 }
		command = { type = trigger which = 133210034 }
		command = { type = trigger which = 133210035 }
		command = { type = local_clrflag which = FRAC3 }
	}				
}
event = {
	id = 133210033
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133210032
	
	name = "Leading The Army?" 
	desc = "Andre Marty was a huge proponet of supply the troops over winning battles while Fabien always sought to win the war with one decisive battle"
	
	action_a = {
		ai_chance = 70
		name = "Appoint André Marty"
		command = { type = chiefofarmy which = 5134 }
	}
	action_b = {
		ai_chance = 30
		name = "Appoint Pierre Fabien"
		command = { type = chiefofarmy which = 5135 }
	}		
}	
event = {
	id = 133210034
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133210032
	
	name = "Leading the Navy?"
	desc = "Tillon focused more on naval base controlling while Andre Marty prefered a more indirect submarine warfare approch"
	
	action_a = {
		ai_chance = 70
		name = "Appoint Charles Tillon"
		command = { type = chiefofnavy which = 5143 }
	}			
	action_b = {
		ai_chance = 30
		name = "Appoint André Marty"
		command = { type = chiefofnavy which = 5142 }
	}		
}	
event = {
	id = 133210035
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133210032
	
	name = "Leading the Airforce?"
	desc = "Gitton believe in air superiority while Tillon wanted to link the air force to the army"
	
	action_a = {
		ai_chance = 70
		name = "Appoint Marcel Gitton"
		command = { type = chiefofair which = 5152 }
	}			
	action_b = {
		ai_chance = 30
		name = "Appoint Charles Tillon"
		command = { type = chiefofair which = 5153 }
	}		
}		
event = {
	id = 133210036 ##Maurice Sarrial is dead, this one appoints Marcel instead
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = FRAC3
	}
	
	date = { day = 24 month = March year = 1929 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Assembly wishes to oust the bourgeoisie generals within our military and bring in officers who truely represent the people!"
	
	action_a = {
		ai_chance = 100
		name = "Comrade Marcel Cachin will purge the enemies of the people!"
		command = { type = chiefofstaff which = 5129 }
		command = { type = trigger which = 133210033 }
		command = { type = trigger which = 133210034 }
		command = { type = trigger which = 133210035 }
		command = { type = local_clrflag which = FRAC3 }
	}				
}
event = {
	id = 133210037
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133210036
	
	name = "Leading The Army?" 
	desc = "Andre Marty was a huge proponet of supply the troops over winning battles while Fabien always sought to win the war with one decisive battle"
	
	action_a = {
		ai_chance = 70
		name = "Appoint André Marty"
		command = { type = chiefofarmy which = 5134 }
	}
	action_b = {
		ai_chance = 30
		name = "Appoint Pierre Fabien"
		command = { type = chiefofarmy which = 5135 }
	}		
}	
event = {
	id = 133210038
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133210036
	
	name = "Leading the Navy?"
	desc = "Tillon focused more on naval base controlling while Andre Marty prefered a more indirect submarine warfare approch"
	
	action_a = {
		ai_chance = 70
		name = "Appoint Charles Tillon"
		command = { type = chiefofnavy which = 5143 }
	}			
	action_b = {
		ai_chance = 30
		name = "Appoint André Marty"
		command = { type = chiefofnavy which = 5142 }
	}		
}	
event = {
	id = 133210039
	random = no
	country = FRA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133210036
	
	name = "Leading the Airforce?"
	desc = "Gitton believe in air superiority while Tillon wanted to link the air force to the army"
	
	action_a = {
		ai_chance = 70
		name = "Appoint Marcel Gitton"
		command = { type = chiefofair which = 5152 }
	}			
	action_b = {
		ai_chance = 30
		name = "Appoint Charles Tillon"
		command = { type = chiefofair which = 5153 }
	}		
}

# Maurice Sarrail died
event = {
	id = 133210040
	random = no
	country = FRA
	picture = "news_paper"
	
	trigger = {
		government = communist
		minister = 5251
	}
	
	name = "Maurice Sarrail Died"
	desc = "Marcel Cachin is in"
	
	offset = 2
	date = { day = 23 month = March year = 1929 }
	deathdate = { day = 23 month = March year = 1930 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Marcel Cachin"
		command = { type = chiefofarmy which = 5129 }
		command = { type = sleepminister which = 5251 }
	}				
}
 
Yank Election files.

Code:
##############################################################################
# DH-Mod Arms, Armistice and Revolutions - Elections
#################################
# by Nymet260
# fixup by burning
############################################
# Arms, Armistice and Revolutions by Christian M. Fuchs (Burning) and the AAR-Development Team 
# is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
# Permissions beyond the scope of this license may be available upon request at http://aarmod.cfuchs.net.
############################################
# Event List:
#USA 133207000 1920 Elections
#USA 133207001 1924 Elections
#USA 133207002 1928 Elections
#USA 133207003 1932 Elections
#USA 133207004 New Head of Intelligence - Friedman
#USA 133207005 Warren G. Harding died
#USA 133207006 Oscar W. Underwood died
#USA 133207007 1928 Elections (Communist government)
#USA 133207008 1932 Elections (Communist government)
#USA 133207009 1932 Elections (Huey Long HoS)
#USA 133207010 James P. Cannon expelled
#USA 133207011 Party Divide
#USA 133207012 1928 Elections (Cannon not expelled)
#USA 133207013 1932 Elections (If PCP is around)
#USA 133207014 New Armaments Minister - Mortimer
#USA 133207015 New Chief of Army - Peyton C. March
#USA 133207016 Peyton C. March retired
#USA 133207017 Pershing Retired
#USA 133207018 John L. Hines Leaves Office
#USA 133207019 Douglas MacArthur is the new Chief of Staff
#USA 133207020 New Chief of Navy - Robert E. Coontz
#USA 133207021 Robert Coontz left office
#USA 133207022 Edward W. Eberle left office
#USA 133207023 Charles F. Hughes Retires
#USA 133207024 Appoint Charles Menoher
#USA 133207025 Charles Menoher left office
#USA 133207026 Mason Patrick Retires
#USA 133207027 James Fechet leaves office
#USA 133207028 - 133207032 Armed Forces Officer Reorganization
#USA 133207029 - 133207033 Leading The Army?
#USA 133207030 - 133207034 Leading the Navy?
#USA 133207031 - 133207035 Leading the Airforce?
#USA 133207036 William S. Benson Died
########################################
## US Elections
########################################

# 1920 Elections
event = {
	id = 133207000
	random = no
	country = USA
	picture = "elc_USA_1920_dr.bmp"
	style = 2
	
	trigger = {
		government = democratic
	}
	
	offset = 2
	name = "ELECTION_TITLE"
	desc = "The 1920 elections was a post war dominating election for the american people with Woodrow Wilson in an ill state would not be able to properly run for presidency. Warren Harding promised for a return to normalcy and slow down the fast pace progressiveness of Woodrow Wilson whilst the Democratic candiate James Cox promised more of the same of that of Woodrow Wilsons policies. Harding would go on to win a massive land slide victory over Cox"
	
	date = { day = 2 month = November year = 1920 }
	deathdate = { day = 2 month = November year = 1921 }
	
	action = {
		ai_chance = 1
		name = "James M. Cox (Dem)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 240330 } #James M. Cox
		command = { type = headofgovernment which = 240385} #Franklin D. Roosevelt
		command = { type = foreignminister which = 240280 } #Robert Lansing
		command = { type = armamentminister which = 240350 } #Carter Glass
		command = { type = ministerofsecurity which = 240365 } #William J. Flynn
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
	}
	
	action = {
		ai_chance = 99
		name = "Warren G. Harding (Rep)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 240332 } #Warren G. Harding
		command = { type = headofgovernment which = 240302 } #Calvin Coolidge
		command = { type = foreignminister which = 240284 } #Charles Evans Hughes
		command = { type = armamentminister which = 240351 } #Andrew W. Mellon
		command = { type = ministerofsecurity which = 240365 } #William J. Flynn
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
	}
}

# Warren G. Harding died
event = {
	id = 133207005
	random = no
	country = USA
	picture = "aar_hardead"
	
	trigger = {
		government = democratic
		headofstate = 240332
	}
	
	name = "Warren G. Harding Died"
	desc = "During a trip in Californa Warren Harding suffered a heart attack and died. His vice president, Calvin Coolidge, took the oath of office and was now the new president of the United States."
	
	offset = 2
	date = { day = 2 month = August year = 1923 }
	deathdate = { day = 2 month = August year = 1924 }
	
	action = {
		ai_chance = 100
		name = "The Nation Will Mourn"
		command = { type = headofstate which = 240333 }#Calvin Coolidge
		command = { type = sleepminister which = 240332 } #Harding
		command = { type = sleepminister which = 240301 }
	}
}

# 1924 Elections
event = {
	id = 133207001
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "EVT_133207001_DESC"
	
	date = { day = 4 month = November year = 1924 }
	deathdate = { day = 4 month = November year = 1925 }
	
	action = {
		ai_chance = 1
		name = "John W. Davis (Dem)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 240334 } #John W. Davis
		command = { type = headofgovernment which = 240386} #Charles W. Bryan
		command = { type = foreignminister which = 240280 } #Robert Lansing
		command = { type = armamentminister which = 240350 } #Carter Glass
		command = { type = ministerofsecurity which = 240369 } #J. Edgar Hoover
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
	}
	
	action = {
		ai_chance = 98
		name = "Calvin Coolidge (Rep)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 240333 } #Calvin Coolidge
		command = { type = headofgovernment which = 240381 } #Charles G. Dawes
		command = { type = foreignminister which = 240284 } #Charles Evans Hughes
		command = { type = armamentminister which = 240351 } #Andrew W. Mellon
		command = { type = ministerofsecurity which = 240369 } #J. Edgar Hoover
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
	}
	
	action = {
		ai_chance = 1
		name = "William Z. Foster (CPUSA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240389 } #William Z. Foster
		command = { type = headofgovernment which = 240390 } #Benjamin Gitlow
		command = { type = foreignminister which = 240287 } #James P. Cannon
		command = { type = armamentminister which = 2403045 } #Abram Jakira
		command = { type = ministerofsecurity which = 240371 } #Robert Minor
		command = { type = ministerofintelligence which = 240103 } #Harry Haywood
		command = { type = local_setflag which = USAC1}
		command = { type = local_setflag which = USMC1}
	}
}

# 1928 Elections
event = {
	id = 133207002
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1928 election was another strong year for the Republicans. It was a landslide victory for the Republican nominee Herbert Hoover, who was helped by his own opponet. His opponet was Al Smith, a Catholic and anti-prohibitionist, suffered from prejudice from a majority of protestant voter base and many votes he should of claimed went to Hoover."
	
	date = { day = 6 month = November year = 1928 }
	deathdate = { day = 6 month = November year = 1929 }
	
	action = {
		ai_chance = 1
		name = "Al Smith (Dem)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 240384 } #Al Smith
		command = { type = headofgovernment which = 240387} #Joseph Taylor Robinson
		command = { type = foreignminister which = 240281 } #Oscar W. Underwood
		command = { type = armamentminister which = 240350 } #Carter Glass
		command = { type = ministerofsecurity which = 240369 } #J. Edgar Hoover
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
	}
	action = {
		ai_chance = 98
		name = "Herbert Hoover (Rep)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 240382 } #Herbert Hoover
		command = { type = headofgovernment which = 240383 } #Charles Curtis
		command = { type = foreignminister which = 240037 } #Henry L. Stimson
		command = { type = armamentminister which = 240351 } #Andrew W. Mellon
		command = { type = ministerofsecurity which = 240369 } #J. Edgar Hoover
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
	}
	
	action = {
		ai_chance = 1
		name = "William Z. Foster (CPUSA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240389 } #William Z. Foster
		command = { type = headofgovernment which = 240390 } #Benjamin Gitlow
		command = { type = foreignminister which = 240051 } #Eugene Dennis
		command = { type = armamentminister which = 240391 } #Abram Jakira
		command = { type = ministerofsecurity which = 240371 } #Robert Minor
		command = { type = ministerofintelligence which = 240103 } #Harry Haywood
		command = { type = local_setflag which = USAC2}
		command = { type = local_setflag which = USMC1}
	}			
}

# Oscar W. Underwood died
event = {
	id = 133207006
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
		headofstate = 240384
	}
	
	name = "Oscar W. Underwood Died"
	desc = "Oscar W. Underwood died in office, Cordell Hull is appointed"
	
	offset = 2
	date = { day = 25 month = January year = 1929 }
	deathdate = { day = 25 month = January year = 1930 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Cordell Hull"
		command = { type = foreignminister which = 240003 }#Cordell Hull
		command = { type = sleepminister which = 240281 }
	}				
}	

# New Head of Intelligence - Friedman
event = {
	id = 133207004
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		OR = {government = democratic
			local_flag = RAPH 
		}	
	}
	
	name = "New Head of Intelligence"
	desc = "Ralph retired, Friedman is in "
	
	offset = 2
	date = { day = 1 month = September year = 1929 }
	deathdate = { day = 1 month = September year = 1930 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint William F. Friedman"
		command = { type = ministerofintelligence which = 240006 }#William F. Friedman
		command = { type = sleepminister which = 240311 }#Ralphy + duplicated versions of him
		command = { type = sleepminister which = 240312 }
		command = { type = sleepminister which = 240318 }
	}				
}	

# 1932 Elections
event = {
	id = 133207003
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The US election of 1932 was a massive one based around the Great depression. Hoovers popularity was driven deep underground for his inability to solve the crisis and with new comer FDR bringing new ideas to the table belived he can advert this crisis. FDR would go on to win by a major land slide victory."
	
	date = { day = 6 month = November year = 1932 }
	deathdate = { day = 6 month = November year = 1933 }
	
	action_a = {
		ai_chance = 98
		name = "Franklin D. Roosevelt (Dem)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = headofstate which = 240001 } #Franklin D. Roosevelt
		command = { type = headofgovernment which = 240002} #John Nance Garner
		command = { type = foreignminister which = 240003 } #Cordell Hull
		command = { type = armamentminister which = 240378 } #William H. Woodin
		command = { type = ministerofsecurity which = 240369 } #J. Edgar Hoover
		command = { type = ministerofintelligence which = 240006 } #William F. Friedman
		
	}
	action_b = {
		ai_chance = 1
		name = "Herbert Hoover (Rep)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 9 }
		command = { type = set_domestic which = political_left value = 2 }
		command = { type = headofstate which = 240382 } #Herbert Hoover
		command = { type = headofgovernment which = 240383 } #Charles Curtis
		command = { type = foreignminister which = 240037 } #Henry L. Stimson
		command = { type = armamentminister which = 240351 } #Andrew W. Mellon
		command = { type = ministerofsecurity which = 240369 } #J. Edgar Hoover
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
	}
	action_c = {
		ai_chance = 1
		name = "William Z. Foster (CPUSA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240389 } #William Z. Foster
		command = { type = headofgovernment which = 2403046 } #James W. Ford
		command = { type = foreignminister which = 240051 } #Eugene Dennis
		command = { type = armamentminister which = 240072 } #Wyndham Mortimer
		command = { type = ministerofsecurity which = 240371 } #Robert Minor
		command = { type = ministerofintelligence which = 240103 } #Harry Haywood
		command = { type = local_setflag which = USMC1}
	}		
}
####################################
##Alternative American Dictatotorial outcomes
####################################

# James P. Cannon expelled
event = {
	id = 133207010
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = communist
	}
	
	name = "James P. Cannon Expelled"
	desc = "During James Cannons trip to Russia he read an interesting critique of the International written by Trotsky. Since they he became a beliver but however at home the Party base were disgusted at him and his new ideas. They demand an explusion of James and his Trotskite ideals!"
	
	offset = 2
	date = { day = 1 month = October year = 1928 }
	deathdate = { day = 1 month = October year = 1929 }
	
	action_a = {
		ai_chance = 90
		name = "He is a Trotskist and a traitor!"
		command = { type = foreignminister which = 240051 }#Eugene Dennis
		command = { type = sleepminister which = 240287 }#James P. Cannon (Foreigen version not HoS)
	}
	action_b = {
		ai_chance = 10
		name = "We cant afford to expell him"
		command = { type = 	domestic which = democratic value = -1}
		command = { type = 	dissent value = 5} 
		command = { type = trigger which = 133207011}
	}
}		

# Party Divide
event = {
	id = 133207011
	random = no
	country = USA
	picture = "news_paper"
	
	##Triggered by 133207010
	
	name = "Party Divide"
	desc = "Several High officals within the communist party are worried about the choice of not expelling James P. Cannon and his far reaching Trotsky ideals. They are threatening to form splinter groups if their demands of removing James P Cannon and his Trotskite followers are not met."
	
	action_a = {
		ai_chance = 25
		name = "We now see the error of our ways"
		command = { type = 	dissent value = 5}
		command = { type = 	domestic which = democratic value = 1}
		command = { type = foreignminister which = 240051 }#Eugene Dennis
		command = { type = sleepminister which = 240287 }#James P. Cannon (Foreigen version not HoS)
	}
	action_b = {
		ai_chance = 75
		name = "Its nothing but empty threats!"
		command = { type = 	dissent value = 5} 
		command = { type = headofgovernment which = 240034 } #James P. Cannon
		command = { type = foreignminister which = 240393 } #Martin Abern
		command = { type = armamentminister which = 2403050 } #Max Shachtman
		command = { type = ministerofsecurity which = 240396 } #Albert Goldman
		command = { type = ministerofintelligence which = 240401 } #Joseph Vanzler
		command = { type = local_setflag which = USAC4}
	}
}

# 1928 Elections (Cannon not expelled)	
event = {
	id = 133207012
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = communist
		local_flag = USAC4 ##Did not expell James Cannon
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "EVT_133207012_DESC"
	
	date = { day = 6 month = November year = 1928 }
	deathdate = { day = 6 month = November year = 1929 }
	
	action_a = {
		ai_chance = 25
		name = "Huey Long (Union)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 240394 } #Huey Long
		command = { type = headofgovernment which = 240031} #Gerald K. Smith
		command = { type = foreignminister which = 240045 } #Charles Coughlin
		command = { type = armamentminister which = 240070 } #Henry Ford
		command = { type = ministerofsecurity which = 240404 } #Prescott Sheldon Bush
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
		command = { type = local_setflag which = USAC3}
		command = { type = local_setflag which = RAPH}
		command = { type = local_setflag which = HUEY}
		
	}
	action_b = {
		ai_chance = 5
		name = "Norman Thomas (SPA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 6 }
		command = { type = set_domestic which = political_left value = 8 }
		command = { type = headofstate which = 240021 } #Norman Thomas
		command = { type = headofgovernment which = 240395 } #Morris Hillquit
		command = { type = foreignminister which = 240403 } #Jacob Panken
		command = { type = armamentminister which = 240402 } #David Dubinsky
		command = { type = ministerofsecurity which = 240090 } #Daniel Hoan
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
		command = { type = local_setflag which = RAPH}
	}
	action_c = {
		ai_chance = 35
		name = "William Z. Foster (CPUSA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240389 } #William Z. Foster
		command = { type = headofgovernment which = 240034 } #James P. Cannon
		command = { type = foreignminister which = 240400 } #Martin Abern
		command = { type = armamentminister which = 240396 } #Max Shachtman
		command = { type = ministerofsecurity which = 240399 } #Albert Goldman
		command = { type = ministerofintelligence which = 240401 } #Joseph Vanzler		
		command = { type = local_setflag which = USAC5}
	}
	action_d = {
		ai_chance = 35
		name = "Earl Browder (PCP)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 1 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240020 } #Earl Browder
		command = { type = headofgovernment which = 240390 } #Benjamin Gitlow
		command = { type = foreignminister which = 240051 } #Eugene Dennis
		command = { type = armamentminister which = 240391 } #Abram Jakira
		command = { type = ministerofsecurity which = 240371 } #Robert Minor
		command = { type = ministerofintelligence which = 240103 } #Harry Haywood
		command = { type = local_setflag which = USAC5}
	}		
}

# 1932 Elections (If PCP is around)
event = {
	id = 133207013
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = communist
		local_flag = USAC5 ## If PCP is around
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1932 election was with the depression is full swing. The communists failure to avert or lessen the pain of the depression along with the constant infighting caused many voters to shy away towards Long's Unionist party. The Socialist party of America managed to gain some of these deserter voters but will it be enough to win the election?"
	
	date = { day = 6 month = November year = 1932 }
	deathdate = { day = 6 month = November year = 1933 }
	
	action_a = {
		ai_chance = 50
		name = "Huey Long (Union)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 240394 } #Huey Long
		command = { type = headofgovernment which = 240031} #Gerald K. Smith
		command = { type = foreignminister which = 240045 } #Charles Coughlin
		command = { type = armamentminister which = 240070 } #Henry Ford
		command = { type = ministerofsecurity which = 240404 } #Prescott Sheldon Bush
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
		command = { type = local_setflag which = HUEY}
	}
	action_b = {
		ai_chance = 10
		name = "Norman Thomas (SPA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 6 }
		command = { type = set_domestic which = political_left value = 8 }
		command = { type = headofstate which = 240021 } #Norman Thomas
		command = { type = headofgovernment which = 240395 } #Morris Hillquit
		command = { type = foreignminister which = 240403 } #Jacob Panken
		command = { type = armamentminister which = 240402 } #David Dubinsky
		command = { type = ministerofsecurity which = 240090 } #Daniel Hoan
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
	}
	action_c = {
		ai_chance = 20
		name = "William Z. Foster (CPUSA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240389 } #William Z. Foster
		command = { type = headofgovernment which = 240034 } #James P. Cannon
		command = { type = foreignminister which = 240400 } #Martin Abern
		command = { type = armamentminister which = 240396 } #Max Shachtman
		command = { type = ministerofsecurity which = 240399 } #Albert Goldman
		command = { type = ministerofintelligence which = 240401 } #Joseph Vanzler
	}
	action_d = {
		ai_chance = 20
		name = "Earl Browder (PCP)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 1 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240020 } #Earl Browder
		command = { type = headofgovernment which = 240392 } #James W. Ford
		command = { type = foreignminister which = 240051 } #Eugene Dennis
		command = { type = armamentminister which = 240072 } #Wyndham Mortimer
		command = { type = ministerofsecurity which = 240371 } #Robert Minor
		command = { type = ministerofintelligence which = 240103 } #Harry Haywood
	}			
}	

# 1928 Elections (Communist government)
event = {
	id = 133207007
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = USAC1} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1928 Election was full of exciting choices and runners. The Communist Party of the USA managed to stablize after the Trotskist issue but however James Cannon went out to challenge the CPUSA by forming his own party, the Communist League of America. The fighting between the two gave hope and rise to Huey longs Unionist party and the Socialist Party of America at a chance to achieve victory."
	
	date = { day = 6 month = November year = 1928 }
	deathdate = { day = 6 month = November year = 1929 }
	
	action_a = {
		ai_chance = 25
		name = "Huey Long (Union)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 5}
		command = { type = headofstate which = 240394 } #Huey Long
		command = { type = headofgovernment which = 240031} #Gerald K. Smith
		command = { type = foreignminister which = 240045 } #Charles Coughlin
		command = { type = armamentminister which = 240070 } #Henry Ford
		command = { type = ministerofsecurity which = 240404 } #Prescott Sheldon Bush
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
		command = { type = local_setflag which = RAPH}
		command = { type = local_setflag which = HUEY}
	}
	action_b = {
		ai_chance = 5
		name = "Norman Thomas (SPA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 6 }
		command = { type = set_domestic which = political_left value = 8 }
		command = { type = headofstate which = 240021 } #Norman Thomas
		command = { type = headofgovernment which = 240395 } #Morris Hillquit
		command = { type = foreignminister which = 240403 } #Jacob Panken
		command = { type = armamentminister which = 240402 } #David Dubinsky
		command = { type = ministerofsecurity which = 240090 } #Daniel Hoan
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
		command = { type = local_setflag which = RAPH}
	}
	action_c = {
		ai_chance = 40
		name = "William Z. Foster (CPUSA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 1 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240389 } #William Z. Foster
		command = { type = headofgovernment which = 240390 } #Benjamin Gitlow
		command = { type = foreignminister which = 240051 } #Eugene Dennis
		command = { type = armamentminister which = 240391 } #Abram Jakira
		command = { type = ministerofsecurity which = 240371 } #Robert Minor
		command = { type = ministerofintelligence which = 240103 } #Harry Haywood
	}
	action_d = {
		ai_chance = 30
		name = "James P. Cannon (CLA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240336 } #James P. Cannon
		command = { type = headofgovernment which = 240393 } #Martin Abern
		command = { type = foreignminister which = 240400 } #Martin Abern
		command = { type = armamentminister which = 240396 } #Max Shachtman
		command = { type = ministerofsecurity which = 240399 } #Albert Goldman
		command = { type = ministerofintelligence which = 240401 } #Joseph Vanzler	
	}		
}

# 1932 Elections (Communist government)
event = {
	id = 133207008
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = communist
		NOT = {local_flag = USAC2} ##prevents a double election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1932 election revoled around the Great Depression. Although some reforms were done not enough steps were taken to avert the crisis. With the Communist party's in deadlock fighting it gave rise to Long's and Thomases parties by acquiring abandoning voters."
	
	date = { day = 6 month = November year = 1932 }
	deathdate = { day = 6 month = November year = 1933 }
	
	action_a = {
		ai_chance = 45
		name = "Huey Long (Union)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 240394 } #Huey Long
		command = { type = headofgovernment which = 240031} #Gerald K. Smith
		command = { type = foreignminister which = 240045 } #Charles Coughlin
		command = { type = armamentminister which = 240070 } #Henry Ford
		command = { type = ministerofsecurity which = 240404 } #Prescott Sheldon Bush
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
		command = { type = local_setflag which = HUEY}
		
	}
	action_b = {
		ai_chance = 10
		name = "Norman Thomas (SPA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 6 }
		command = { type = set_domestic which = political_left value = 8 }
		command = { type = headofstate which = 240021 } #Norman Thomas
		command = { type = headofgovernment which = 240395 } #Morris Hillquit
		command = { type = foreignminister which = 240403 } #Jacob Panken
		command = { type = armamentminister which = 240402 } #David Dubinsky
		command = { type = ministerofsecurity which = 240090 } #Daniel Hoan
		command = { type = ministerofintelligence which = 240006 } #William F. Friedman
	}
	action_c = {
		ai_chance = 30
		name = "William Z. Foster (CPUSA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 1 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240389 } #William Z. Foster
		command = { type = headofgovernment which = 240392 } #James W. Ford
		command = { type = foreignminister which = 240051 } #Eugene Dennis
		command = { type = armamentminister which = 240072 } #Wyndham Mortimer
		command = { type = ministerofsecurity which = 240371 } #Robert Minor
		command = { type = ministerofintelligence which = 240103 } #Harry Haywood
	}
	action_d = {
		ai_chance = 15
		name = "James P. Cannon (CLA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 4 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240336 } #James P. Cannon
		command = { type = headofgovernment which = 240393 } #Martin Abern
		command = { type = foreignminister which = 240400 } #Martin Abern
		command = { type = armamentminister which = 240396 } #Max Shachtman
		command = { type = ministerofsecurity which = 240399 } #Albert Goldman
		command = { type = ministerofintelligence which = 240401 } #Joseph Vanzler	
	}		
}

# 1932 Elections (Huey Long HoS)
event = {
	id = 133207009
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		local_flag = USAC3 ##Long wins 1928 commie election
	}
	
	offset = 2	
	name = "ELECTION_TITLE"
	desc = "The 1932 election heavily revolved around the great depression. Long's plans of recovery from the depression appear to be working, to a small extent, however opposition critize his methodlogy. The Socialists party of America believed he is ruining the country and tearing it down to the path of totalism while the now recovered and reformed Communist party take the time to claim that only communist can bring the state out of the depression."
	
	date = { day = 6 month = November year = 1932 }
	deathdate = { day = 6 month = November year = 1933 }
	
	action_a = {
		ai_chance = 70
		name = "Huey Long (Union)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 3 }
		command = { type = set_domestic which = political_left value = 5 }
		command = { type = headofstate which = 240394 } #Huey Long
		command = { type = headofgovernment which = 240031} #Gerald K. Smith
		command = { type = foreignminister which = 240045 } #Charles Coughlin
		command = { type = armamentminister which = 240070 } #Henry Ford
		command = { type = ministerofsecurity which = 240404 } #Prescott Sheldon Bush
		command = { type = ministerofintelligence which = 240311 } #Ralph Van Deman
		
	}
	action_b = {
		ai_chance = 15
		name = "Norman Thomas (SPA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 6 }
		command = { type = set_domestic which = political_left value = 8 }
		command = { type = headofstate which = 240021 } #Norman Thomas
		command = { type = headofgovernment which = 240395 } #Morris Hillquit
		command = { type = foreignminister which = 240403 } #Jacob Panken
		command = { type = armamentminister which = 240402 } #David Dubinsky
		command = { type = ministerofsecurity which = 240090 } #Daniel Hoan
		command = { type = ministerofintelligence which = 240006 } #William F. Friedman
	}
	action_c = {
		ai_chance = 15
		name = "William Z. Foster (CPUSA)"
		command = { type = dissent value = -3 }
		command = { type = set_domestic which = democratic value = 1 }
		command = { type = set_domestic which = political_left value = 10 }
		command = { type = headofstate which = 240389 } #William Z. Foster
		command = { type = headofgovernment which = 240392 } #James W. Ford
		command = { type = foreignminister which = 240051 } #Eugene Dennis
		command = { type = armamentminister which = 240072 } #Wyndham Mortimer
		command = { type = ministerofsecurity which = 240371 } #Robert Minor
		command = { type = ministerofintelligence which = 240103 } #Harry Haywood
		command = { type = local_setflag which = USMC1}
	}		
}

# New Armaments Minister - Mortimer
event = {
	id = 133207014
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = communist
		headofgovernment = 2403046
	}
	
	name = "New Armaments Minister"
	desc = "Abram Jakira passed away, Wyndham Mortimer was appointed"
	
	offset = 2
	date = { day = 1 month = October year = 1928 }
	deathdate = { day = 1 month = October year = 1929 }
	
	action_a = {
		ai_chance = 90
		name = "Appoint Wyndham Mortimer"
		command = { type = armamentminister which = 240072 } #Wyndham Mortimer
		command = { type = sleepminister which = 240391 }#Abram
	}
}	

####################################
##Historical American Military head's Change events
####################################

# New Chief of Army - Peyton C. March
event = {
	id = 133207015
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "New Chief of Staff Appointed"
	desc = "Peyton C. March is in, Wootherspoon retired back in 1914"
	
	offset = 2
	date = { day = 20 month = May year = 1918 }
	deathdate = { day = 20 month = May year = 1919 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Peyton C. March"
		command = { type = chiefofstaff which = 240269 } 
		command = { type = chiefofarmy which = 240250 }
		command = { type = sleepminister which = 240266 }
		command = { type = sleepminister which = 240247 }
	}				
}

# Peyton C. March retired
event = {
	id = 133207016
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Peyton C. March Retired"
	desc = "John J. 'Blackjack' Pershing is in, March Retired "
	
	offset = 2
	date = { day = 1 month = July year = 1921 }
	deathdate = { day = 1 month = July year = 1922 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint John J. Pershing"
		command = { type = chiefofstaff which = 240270 } 
		command = { type = chiefofarmy which = 240251 }
		command = { type = sleepminister which = 240250 }
		command = { type = sleepminister which = 240269 }
	}				
}	

# Pershing Retired
event = {
	id = 133207017
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Pershing Retired"
	desc = "John L. Hines is in, Pershing Retired"
	
	offset = 2
	date = { day = 13 month = September year = 1924 }
	deathdate = { day = 13 month = September year = 1925 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint John L. Hines"
		command = { type = chiefofstaff which = 240271 } 
		command = { type = chiefofarmy which = 240252 }
		command = { type = sleepminister which = 240251 }
		command = { type = sleepminister which = 240270 }
	}				
}

# John L. Hines Leaves Office
event = {
	id = 133207018
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "John L. Hines Leaves Office"
	desc = "Appoint Charles Pelot Summerall, Hines left"
	
	offset = 2
	date = { day = 20 month = November year = 1926 }
	deathdate = { day = 20 month = November year = 1927 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Charles Pelot Summerall"
		command = { type = chiefofstaff which = 240406 } 
		command = { type = chiefofarmy which = 240405 }
	}				
}

# Douglas MacArthur is the new Chief of Staff
event = {
	id = 133207019
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Douglas MacArthur is the new Chief of Staff"
	desc = "Appoint Douglas MacArthur, Charles Pelot Summerall left office"
	
	offset = 2
	date = { day = 21 month = November year = 1930 }
	deathdate = { day = 21 month = November year = 1931 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Charles Pelot Summerall"
		command = { type = chiefofstaff which = 240140 } 
		command = { type = chiefofarmy which = 240141 }
	}				
}

# New Chief of Navy - Robert E. Coontz
event = {
	id = 133207020
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "New Chief of Navy"
	desc = "Appoint Robert E. Coontz"
	
	offset = 2
	date = { day = 1 month = November year = 1919 }
	deathdate = { day = 1 month = November year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Robert E. Coontz"
		command = { type = chiefofnavy which = 240256 } 
	}				
}

# Robert Coontz left office
event = {
	id = 133207021
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Robert Coontz left office"
	desc = "Appoint Edward W. Eberle last guy left"
	
	offset = 2
	date = { day = 21 month = July year = 1923 }
	deathdate = { day = 21 month = July year = 1924 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Edward W. Eberle"
		command = { type = chiefofnavy which = 240257 } 
	}				
}

# Edward W. Eberle left office
event = {
	id = 133207022
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Edward W. Eberle left office"
	desc = "Appoint Charles F. Hughes last guy left"
	
	offset = 2
	date = { day = 14 month = November year = 1927 }
	deathdate = { day = 14 month = November year = 1928 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Charles F. Hughes"
		command = { type = chiefofnavy which = 240407 } 
	}				
}

# Charles F. Hughes Retires
event = {
	id = 133207023
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Charles F. Hughes Retires"
	desc = "Appoint William V. Pratt, Hughes retired"
	
	offset = 2
	date = { day = 17 month = September year = 1930 }
	deathdate = { day = 17 month = September year = 1931 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint William V. Pratt"
		command = { type = chiefofnavy which = 240408 } 
		command = { type = sleepminister which = 240407 }
	}				
}

# Appoint Charles Menoher
event = {
	id = 133207024
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "New Chief of Air"
	desc = "Appoint Charles Menoher"
	
	offset = 2
	date = { day = 2 month = January year = 1919 }
	deathdate = { day = 2 month = January year = 1920 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Charles Menoher"
		command = { type = chiefofair which = 240239 } 
	}				
}

# Charles Menoher left office
event = {
	id = 133207025
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Charles Menoher left office"
	desc = "Appoint Mason Patrick last guy left"
	
	offset = 2
	date = { day = 5 month = October year = 1921 }
	deathdate = { day = 5 month = October year = 1922 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Mason Patrick"
		command = { type = chiefofair which = 240238 } 
	}				
}

# Mason Patrick Retires
event = {
	id = 133207026
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "Mason Patrick Retires"
	desc = "Appoint James Fechet. Patrick retired"
	
	offset = 2
	date = { day = 14 month = December year = 1927 }
	deathdate = { day = 14 month = December year = 1928 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint James Fechet"
		command = { type = chiefofair which = 240409 } 
		command = { type = sleepminister which = 240238 }
	}				
}

# James Fechet leaves office
event = {
	id = 133207027
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		government = democratic
	}
	
	name = "James Fechet leaves office"
	desc = "Appoint Benjamin Foulois, Fechet left"
	
	offset = 2
	date = { day = 20 month = December year = 1931 }
	deathdate = { day = 20 month = December year = 1932 }
	
	action_a = {
		ai_chance = 100
		name = "Appoint Benjamin Foulois"
		command = { type = chiefofair which = 240237 } 
	}				
}
####################################
##Communist American Military head's Change events
####################################	
event = {
	id = 133207028
	random = no
	country = USA
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = USMC1
	}
	
	date = { day = 1 month = January year = 1914 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "The Commune government demands a change in military leadership. They have chosen Hans Amlie to lead the effort."
	
	action_a = {
		ai_chance = 100
		name = "Hans Amlie Will Lead the Peoples Army!"
		command = { type = chiefofstaff which = 240107 }
		command = { type = trigger which = 133207029 }
		command = { type = trigger which = 133207030 }
		command = { type = trigger which = 133207031 }
		command = { type = local_clrflag which = USMC1 }
	}				
}
event = {
	id = 133207029
	random = no
	country = USA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133207028
	
	name = "Leading The Army?" 
	desc = "Should we go with Oliver Law, who promotes decivise battle, or Steve Nelson a strong proponet of defensive warfare?"
	
	action_a = {
		ai_chance = 30
		name = "Appoint Oliver Law"
		command = { type = chiefofarmy which = 240113 }
	}
	action_b = {
		ai_chance = 70
		name = "Appoint Steve Nelson"
		command = { type = chiefofarmy which = 240114 }
	}		
}	
event = {
	id = 133207030
	random = no
	country = USA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133207028
	
	name = "Leading the Navy?"
	desc = "John Abt is the only able bodied leader for the Navy"
	
	action_a = {
		ai_chance = 100
		name = "Appoint John Abt"
		command = { type = chiefofnavy which = 240128 }
	}					
}	
event = {
	id = 133207031
	random = no
	country = USA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133207028
	
	name = "Leading the Airforce?"
	desc = "John Abt is the only able bodied leader for the Airforce"
	
	action_a = {
		ai_chance = 100
		name = "Appoint John Abt"
		command = { type = chiefofair which = 240134 }
	}			
}
event = {
	id = 133207032
	random = no
	country = USA
	picture = "news_paper"
	persistent = yes
	
	trigger = {
		local_flag = HUEY
	}
	
	date = { day = 1 month = January year = 1914 }
	deathdate = { day = 1 month = January year = 1933 }
	
	offset = 30	
	name = "Armed Forces Officer Reorganization"
	desc = "Huey Long as President wishes to remodel the armed forces"
	
	action_a = {
		ai_chance = 100
		name = "Larry K. Arnold Will Reorganize Everything"
		command = { type = chiefofstaff which = 240410 }
		command = { type = trigger which = 133207033 }
		command = { type = trigger which = 133207034 }
		command = { type = trigger which = 133207035 }
		command = { type = local_clrflag which = HUEY }
	}				
}
event = {
	id = 133207033
	random = no
	country = USA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133207032
	
	name = "Leading The Army?" 
	desc = "George S. Patton is the only able leader for the army"
	
	action_a = {
		ai_chance = 100
		name = "Appoint George S. Patton"
		command = { type = chiefofarmy which = 240411 }
	}
}	
event = {
	id = 133207034
	random = no
	country = USA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133207032
	
	name = "Leading the Navy?"
	desc = "William Halsey promotes power projection while Benson is an advocate for decisive battle, who should we go with?"
	
	action_a = {
		ai_chance = 70
		name = "Appoint William Halsey"
		command = { type = chiefofnavy which = 240412 }
	}
	action_b = {
		ai_chance = 30
		name = "Appoint William S. Benson"
		command = { type = chiefofnavy which = 240255 }
	}			
}	
event = {
	id = 133207035
	random = no
	country = USA
	picture = "news_paper"
	persistent = yes
	
	#Triggered by 133207032
	
	name = "Leading the Airforce?"
	desc = "Although both advocate similar ideolgy Charles Lingbergh appears to have more charm"
	
	action_a = {
		ai_chance = 70
		name = "Appoint Charles Lindbergh"
		command = { type = chiefofair which = 240131 }
	}		
	action_a = {
		ai_chance = 30
		name = "Appoint William Mitchell"
		command = { type = chiefofair which = 240234 }
	}			
}

# William S. Benson Died
event = {
	id = 133207036
	random = no
	country = USA
	picture = "news_paper"
	
	trigger = {
		headofstate = 2403048
	}
	
	name = "William S. Benson Died"
	desc = "William S. Benson Died, Willam Halsley is in "
	
	offset = 2
	date = { day = 7 month = May year = 1932 }
	deathdate = { day = 7 month = May year = 1933 }
	
	action_a = {
		ai_chance = 100
		name = "He will be missed"
		command = { type = sleepminister which = 240255 }
	}				
}
 
Thanks a bunch.

Spring Break is in 2 weeks for me, so if you get the files done, I can probably turn out another Alpha version then with these updated minister file.
 
Limith,in the new patch,I can unify China with Beyiang?