Hi, whenever this event is in the SOV event file, the scenario won't completely load. Whenever I remove the event from the file, it loads fine. So here's my question: What is wrong with this event, since I want to be able to use it in game (NOTE: This is only my second event. The first one works, but doesn't fire so I just use F12.)
So pretty much, I don't want this event to fire on it's own. I want to be able to only fire it with F12. Can someone tell me where I went wrong?
Thanks,
Crilly
P.S. The event is supposed to make the Soviet Union annex Japan and it's puppet.
#########################################################################
# The Falling Sun - Japanese Surrender to the USSR
#########################################################################
event = {
id = 9998
random = no
country = SOV
trigger = {
war = { country = SOV country = JAP }
}
name = "The Falling Sun"
desc = "With the liberation of China complete and the Japanese homeland secured, the Japanese have finally accepted the inevitable. We shall create a Chinese satellite state, in order to maintain control in Asia more effectively."
style = 0
picture = "JAP_surrender"
action_a = {
name = "Flawless Victory!" #
command = { type = inherit which = JAP }
command = { type = inherit which = MAN }
command = { type = dissent value = -10 }
command = { type = manpowerpool value = 2000 }
}
}
So pretty much, I don't want this event to fire on it's own. I want to be able to only fire it with F12. Can someone tell me where I went wrong?
Thanks,
Crilly
P.S. The event is supposed to make the Soviet Union annex Japan and it's puppet.