Code:
#########################################################################
# Event to uncivilize any nation...
#########################################################################
event = {
id = 81000
random = no
invention = yes
trigger = {
civilized = yes
NOT = { prestige = -1000 }
}
date = { day = 1 month = january year = 0 }
offset = 30
deathdate = { year = 2999 }
name = "Unzivilisiert"
desc = "In den Augen der Welt sind wir nun nur noch dreckiger Abschaum!"
style = 0
action_a = {
name = "ARGH!"
command = { type = civilized value = no }
command = { type = badboy value = 50 }
command = { type = army_revolt value = 100 }
}
}
The problem is, that it doesn't fire.
My Intention was to uncivilized a nation, which is civilized and has lower prestige than -1000.
I could trigger it, if the conditions where mett.
It works for the CSA if they go to bankruptcy, but not for England. CSA Prestige < -1000 and England Prestige > 300 or so...
Where is my fault?
If you speak german, you could answer here.
Thanks.