Well, I'm trying to work on a little bit of an event chain for the SU, in which I give them a bunch of IC before the war in exchange for curbstomping their aviation capabilities in the beginning of the game, but I've hit a snag. It wont let me activate the decisions that actually give the player the IC in the little panel, and I've manually activated the events before so I know they would work, but they just always say that I'm unable to use them no matter how long I wait or what I do. If anyone would be willing to look over the first few events and point out any errors, I'd appreciate it very much.
Code:
####################################
# 5 year industrialization plan
####################################
event = {
id = 879693
random = no
save_date = yes
country = SOV
decision = { year = 1936 }
decision_trigger = { money = 150 }
trigger = { money = 150 }
name = "The Five Year Plan"
desc = "Stalin's new plan for industrializing the country will take some time, but the rewards would be astronomical."
style = 0
date = { day = 2 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1963 }
action = {
name = "Let's begin."
command = { type = free_supplies value = -15 }
command = { type = resource which = money value = -2500 }
}
}
event = {
id = 983260
random = no
country = SOV
decision = { year = 1937 }
decision_trigger = { event = { id = 879693 days = 365 } }
trigger = { year = 1937 }
name = "The Five Year Plan, results."
desc = "With the countries funding of the project in full swing, we are starting to see results across the industrial sector."
style = 0
date = { day = 2 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1963 }
action = {
name = "Awesometabular, dawg."
command = { type = construct which = ic where = -4 value = 5 }
command = { type = construct which = ic where = -4 value = 3 }
}
}
event = {
id = 832609
random = no
country = SOV
decision = { year = 1938 }
decision_trigger = { event = { id = 879693 days = 730 } }
trigger = { year = 1938 }
name = "More benefits"
desc = "With the countries funding of the project in full swing, we are starting to see results across the industrial sector."
style = 0
date = { day = 2 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1963 }
action = {
name = "More benefits"
command = { type = construct which = ic where = -4 value = 4 }
command = { type = construct which = ic where = -4 value = 3 }
command = { type = construct which = ic where = -4 value = 3 }
}
}