• 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.
Showing developer posts only. Show all posts in this thread.
Do you mean this event here

Code:
event = {
	id = 24021
	random = yes
	invention = no

	picture = campaign

	trigger = {
		reform = {
				type = press_rights
				value = free_press
			}
	}


	name = "EVT_24021_NAME"
	desc = "EVT_24021_DESC"


	action_a = {
		name = "ACTIONNAME24021A"
		command = { type = prestige value = -10 }
		command = { type = pop_consciousness which = communist value = 1 }
		command = { type = pop_consciousness which = anarcho_liberal value = 1 }
		command = { type = pop_consciousness which = reactionary value = 1 }
	}
}
 
Well I have passed this up the line. I am not 100% sure what the problem is, but I ahve asked it to be looked at. Hopefullly there is still time.