usa.txt & uk.txt:
usa.txt event 3702
uk.txt

usa.txt event 3702
action_a = {
name = "ACTIONNAME3702A" # Send more supplies
ai_chance = 85
command = { type = supplies value = -3000 }
command = { type = oilpool value = -1000 }
command = { type = metalpool value = -1000 }
command = { type = money value = -1000 }
command = { type = relation which = ENG value = 5 }
command = { type = trigger which = 3405 } # UK
}
uk.txt
1000 or 5000 money for the UK ???#########################################################################
# A Lend-Lease Shipment Arrives from the USA
#########################################################################
event = {
id = 3405
random = no
country = ENG
persistent = yes
# Triggered by USA 3702. NOTE: May be triggered several times.
name = "EVT_3405_NAME"
desc = "EVT_3405_DESC"
style = 0
picture = "lend_lease"
action_a = {
name = "OK" # Excellent!
command = { type = supplies value = 3000 }
command = { type = oilpool value = 1000 }
command = { type = metalpool value = 1000 }
command = { type = construct which = ic where = 9 value = 1 } #
command = { type = construct which = ic where = 10 value = 1 } #
command = { type = money value = 5000 }
}
}
Upvote
0