From csa.txt (using 1.03b)
First addcore should be 587 (Salisbury), not 87 (Kandalska)
Code:
#########################################################################
# Maryland joins the South!
#########################################################################
event = {
id = 14229
random = no
country = CSA
# Triggered by 14158 # USA
name = "EVT_14158_NAME"
desc = "EVT_14142_DESC"
style = 0
action_a = {
name = "ACTIONNAME14213A" # Long Live the Confederacy!
command = { type = manpowerpool value = 5 }
command = { type = resource which = ammunition value = 10 }
command = { type = resource which = small_arms value = 10 }
command = { type = addcore which = 87 }
command = { type = addcore which = 588 }
command = { type = addcore which = 590 }
}
}
Upvote
0