I have been nagging about people for this kind of event earlier, but noone really cared, so I tried myself...again.
Now, I think this could really be worth something...the only problems I see are:
1) It probably takes alot of time to insert this event in EVERY country's eventfile.
2) In the end, Englands capital could be, say, Newcastle with no chance to put it back...counter-event needed?
3) I don't know if the command: NOT = {
owned = { province = -2 data = -1 }
}
actually works, I haven't had time to try it.
event = {
id = ?????
trigger = {
NOT = {
owned = { province = -2 data = -1 }
}
random = no
country = ???
name = "We have lost!
desc = "Our capital has been overrun with enemies! We must evacuate immediatly otherwise our monarch and our court may be in danger. Quickly, escape before the invaders assault our gates! We will have to reclaim our capital later..."
date = { day = 13 month = february year = 1419 }
offset = 5
deathdate = { day = 19 month = september year = 1819 }
action_a = {
name = "Damn!"
command = { type = capital which = -1 }
}
}
Now, I think this could really be worth something...the only problems I see are:
1) It probably takes alot of time to insert this event in EVERY country's eventfile.
2) In the end, Englands capital could be, say, Newcastle with no chance to put it back...counter-event needed?
3) I don't know if the command: NOT = {
owned = { province = -2 data = -1 }
}
actually works, I haven't had time to try it.