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

Sophianumg@mer

Major
66 Badges
May 5, 2006
665
2
  • Magicka 2
  • Semper Fi
  • Supreme Ruler 2020
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Cities: Skylines
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Victoria: Revolutions
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis III
  • Divine Wind
  • Cities in Motion 2
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Heir to the Throne
  • Majesty 2 Collection
Hello!

I'm sort of trying to revive my mod idea (Blackshirts and Bolsheviks), and I was trying to make some new events, but for some reason, I get an error with this one:

Code:
[B][i]event = {[/i][/B]
	id = 42003
	random = no
	country = POL
	date = { day = 13 month = june year = 1936 }
	
	trigger = {
		exists = BLR	
	}

	name = "War with Belarus!"
	desc = "We're at war with the break-away republic of Belarus!"
	style = 0
	picture = "uprising"

	action_a = {
		name = "We'll get our lands back!"
		command = { type = war which = BLR }
		command = { type = trigger which = 42900 } # Belarus
	}
}

The highlighted line is the line HoI tells me the error is in.

Could anyone help me fix this?
Thanks in advance! :)
 
I maked this to you

#############################################
###### War with Belarus!
#############################################
event = {
id = 42003
random = no
country = POL
trigger = {
exists = BLR

}

name = "War with Belarus!"
desc = "We're at war with the break-away republic of Belarus!"
style = 0
picture = "uprising"

date = { day = 13 month = june year = 1936 }
offset = 1
deathdate = { day = 14 month = june year = 1936 }

action_a = {
name = "We'll get our lands back"
command = { type = war which = BLR }
command = { type = trigger which = 42900 }
}

}

Hope it helps (Maked by Eventmaker)
 
Last edited: