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

gossamer

First Lieutenant
79 Badges
Apr 14, 2007
285
0
  • Europa Universalis IV: El Dorado
  • Sword of the Stars II
  • Starvoid
  • The Showdown Effect
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Warlock: Master of the Arcane
  • Warlock 2: The Exiled
  • War of the Roses
  • War of the Vikings
  • 500k Club
  • Cities: Skylines
  • Sword of the Stars
  • Europa Universalis IV: Pre-order
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Rights of Man
  • Battle for Bosporus
  • Europa Universalis IV: Conquest of Paradise
  • Arsenal of Democracy
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis III
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • A Game of Dwarves
  • 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
  • King Arthur II
  • Lead and Gold
  • Magicka
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
Code:
#########################################################################
#  Event Name
#########################################################################
event = {
	id = 700001
	random = no
	country = YUG

	name = "NA"
	desc = "NA"
	style = 0
	picture = "uprising"

	trigger = {
		exists = YUG
		  }

	date = { day = 26 month = april year = 1947 }
	offset = 1
	deathdate = { day = 27 month = april year = 1947 }

	action_a = {
		name = "Reform Yugoslavia"
		ai_chance = 70
		command = { type = inherit which = BOS }
		command = { type = inherit which = CRO }
		command = { type = inherit which = SLV }
		command = { type = inherit which = SER }
		command = { type = inherit which = ALB }
	}
	action_b = {
                name = "Reform with Eastern States Only"
                ai_chance = 30
                command = { type = inherit which = SER }
                command = { type = inherit which = ALB }
                command = { type = end_puppet which = BOS }
                command = { type = end_puppet which = CRO }
                command = { type = end_puppet which = SLV }
                command = { type = leave_alliance }

Can somebody help me determine why my scenario wont load when I use this event? I have a feeling it has to do with action b's commands. I've never used those before so I may have did them wrong.