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

unmerged(9563)

The Maverick
Jun 2, 2002
3.104
0
Visit site
Originally posted by Gathenhielm
There was some kind of peace talk that collapsed in the Aceh province in Indonesia. I looks like the goverment are going to use the army to crush the gerilla. If no one els wants to I can script events. We have allready a revolter.

What happened was Indonesia was trying to quell the separatist people, who were wanting Islamic Government (which could be done as a conversion.)
 

Gathenhielm

WHEEEEEEEEEEEEEEEEEEEEEEE EEEE!
75 Badges
May 15, 2002
2.701
2
  • Europa Universalis IV: El Dorado
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Cities: Skylines
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Majesty 2 Collection
  • Europa Universalis IV: Pre-order
  • Europa Universalis: Rome Collectors Edition
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Europa Universalis 4: Emperor
  • Divine Wind
  • Cities in Motion
  • Cities in Motion 2
  • 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: Sword of Islam
  • Deus Vult
  • Europa Universalis III
  • A Game of Dwarves
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Europa Universalis III Complete
  • Magicka
Originally posted by KwangTiger
What happened was Indonesia was trying to quell the separatist people, who were wanting Islamic Government (which could be done as a conversion.)
That where news for me. I have heard nothing about that the rebels wanted to effect the whole country. "The Aceh people has never accepted other countries goverment neither the Netherland's colonial or Indonesia" (a very bad translation) is what I have read. But I havent looked deep in to it.

I dont really want to do the event cause I have a very limited knowledge about the region.
 

unmerged(9563)

The Maverick
Jun 2, 2002
3.104
0
Visit site
PHP:
Event = {
	Id = 32000
	Random = no
	Country = U16 #Thailand#
	Name = "Conflict in the Jungle"
	Desc = "For many years, beginning in 2034, Burma had been conducting gurrilla operations against Thailand in the jungles of SouthEast Asia. Thailand responded by invading the Kwai province, and Burma stopped its attacks."
	Style = 5
	date = { day = 1 month = january year = 2034 }
	offset = 2000
	deathdate = { day = 1 month = january year = 2040 }
	Action_ a = { #Invade and Secure#
		name = "Invade and Secure Kwai"
		command = { Type = stability value = -1 }
		command = { type = addcore which = 674 }
		command = { type = relation which = MYA value = -100 } 
	}
	action_b = { #Send a stiff rebuke#
		name = "Send a stiff Rebuke"
		command = { Type = Stability value = 1 }
		command = { Type = Relation which = MYA value = -50 }
	}
	action_c = { #Do nothing#
		name = "Do Nothing"
		command = { type = stability value = -1 }
		command = { type = treasury value = 200 }
	}
}