Hi. I have very little event experience and could use some help with this event that's driving me crazy:wacko:
I thought I had it figured out, it made sense. But the event makes my game lock up at the loading screen.
I'm trying to make an event that causes Russia to grant independence to the USSR and give them moscow and cause a civil war.
Sorry if this is a noobish question! I can't figure this out
o
I thought I had it figured out, it made sense. But the event makes my game lock up at the loading screen.
I'm trying to make an event that causes Russia to grant independence to the USSR and give them moscow and cause a civil war.
Code:
event = {
country = RUS
id = 48105
random = no
style = 0
picture = "default"
name = "March Revolution"
desc = "The workers of moscow have proclaimed independence and declared the Russian Soviet Federative Republic. They call upon the communist parties of all former-republics to revolt!"
date = { day = 22 month = march year = 2003 }
offset = 2
deathdate = { day = 30 month = december year = 2019 }
action_a = {
name = "Let the capitalists tremble!"
command = { type = independence which = SOV value = 0 } #value 0
command = { type = civil_war which = SOV }
command = { type = secedeprovince which = SOV value = 94
}
}
Sorry if this is a noobish question! I can't figure this out