• 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.

Hallsten

Hairloss Ninja
36 Badges
Mar 17, 2001
5.274
119
  • Crusader Kings II
  • 500k Club
  • Europa Universalis: Rome
  • Europa Universalis IV: Res Publica
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Heir to the Throne
  • Hearts of Iron III
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Divine Wind
  • Deus Vult
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
  • Europa Universalis III
  • Hearts of Iron II: Armageddon
  • Crusader Kings II: Horse Lords
  • 200k Club
  • Crusader Kings II: Conclave
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Way of Life
  • Europa Universalis: Rome Collectors Edition
  • Europa Universalis III: Collection
  • Crusader Kings II: Holy Knight (pre-order)
  • Rome: Vae Victis
  • Europa Universalis IV
Veritate said:
Yes I always play historically but it seems that Belgium is allied with the allies right from the beginning and when playing as Germany they don`t leave the allies
The event looks like this:
Code:
event = { #5800001
	id = 3115002
	random = no
	country = BEL

	trigger = {
		event = 3136001 # Reoccupation of the Rhineland
		NOT = {
			OR = {
				war = { country = ENG country = GER }
				atwar = GER
				war = { country = ENG country = SOV } 
				atwar = yes	
				war = { country = BEL country = GER }
				war = { country = BEL country = SOV }
			}
		}
	}

	name = EVT_3115002_NAME # Belgium declares its neutrality
	desc = EVT_3115002_DESC
	style = 0

	date = { day = 1 month = october year = 1936 }
	offset = 30
	deathdate = { day = 30 month = december year = 1947 }

	action_a = {
		name = ACTIONNAME3115002A # Remain strictly neutral; leave the Allies
                ai_chance = 99
		command = { type = dissent value = -3 } 
		command = { type = leave_alliance } 
	}

	action_b = {
		name = ACTIONNAME3115002B # Remain in the Allies
                ai_chance = 1
		command = { type = dissent value = 25 } 
	}
}
Could it be Belgium chose action b? Check the save-file... :)