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

RR88

Recruit
33 Badges
Feb 12, 2011
9
0
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Rights of Man
  • Steel Division: Normandy 44
  • Cities: Skylines - Mass Transit
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Cities: Skylines - Snowfall
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Dharma
  • Shadowrun Returns
  • Cities: Skylines Industries
  • Europa Universalis IV: Golden Century
  • Europa Universalis 4: Emperor
  • Crusader Kings II
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - After Dark
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Magicka 2
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: El Dorado
  • Cities: Skylines Deluxe Edition
  • Cities: Skylines
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Darkest Hour
  • Crusader Kings II: The Old Gods
So I recently came back to my idea about cultures (assimilation event) and I cannot get past the error: Unknown lhs in game event. I've checked almost everything, maybe pair of fresh eyes could help me. The bolded part is the part responsible for crash - at least that the game states...

Code:
event = {
	id = 89002
	trigger = {
		someof = {
		    number = 4
AND = {
     ownerchange = { province = 283 years = 45 }
     owned = { province = 283 data = -1 }
     controlchange = { province = 283 years = 45 }
    }
AND = {
     ownerchange = { province = 284 years = 55 }
     owned = { province = 284 data = -1 }
     controlchange = { province = 284 years = 55 }
    }
AND = {
     ownerchange = { province = 288 years = 45 }
     owned = { province = 288 data = -1 }
     controlchange = { province = 288 years = 45 }
    }
AND = {
     ownerchange = { province = 289 years = 55 }
     owned = { province = 289 data = -1 }
     controlchange = { province = 289 years = 55 }
    }
AND = {
     ownerchange = { province = 290 years = 60 }
     owned = { province = 290 data = -1 }
     controlchange = { province = 290 years = 60 }
    }
}
      atwar = no
      stability = 3
	}
Random = no
name = "Acceptance of foreign culture"
	desc = "xxx”
	date = { day = 1 month = january year = 1419 }
	offset = 300
	deathdate = { day = 1 month = january year = 1820 }
	action_a = {
		name = "Great"
[B]		[SIZE="4"]command = { type = add_countryculture which = baltic }[/SIZE][/B]
		   }
	}
 
Your problem is
Code:
desc = "xxx”
The ending quote mark is curly quotes (”) rather than straight quotes ("). So the game reads everything from there to the opening quote of "Great" as the description and then gets confused at Great".