usa.txt & uk.txt:
usa.txt event 3700
uk.txt
1000 or 10000 money for the UK ???

usa.txt event 3700
action_a = {
name = "ACTIONNAME3700A" # Pass the Act
ai_chance = 98
command = { type = supplies value = -5000 }
command = { type = oilpool value = -2500 }
command = { type = metalpool value = -2500 }
command = { type = money value = -1000 }
command = { type = relation which = ENG value = 15 }
command = { type = relation which = FRA value = 15 }
command = { type = relation which = CHI value = 15 }
command = { type = relation which = SOV value = 10 }
command = { type = relation which = GER value = -15 }
command = { type = relation which = ITA value = -15 }
command = { type = relation which = JAP value = -15 }
# command = { type = domestic which = interventionism value = 1 }
command = { type = trigger which = 3404 } # UK
uk.txt
#########################################################################
# The Lend-Lease Act - The First Shipment
#########################################################################
event = {
id = 3404
random = no
country = ENG
# Triggered by USA 3700
name = "EVT_3404_NAME"
desc = "EVT_3404_DESC"
style = 0
picture = "lend_lease"
action_a = {
name = "OK" # Excellent!
command = { type = supplies value = 5000 }
command = { type = oilpool value = 2500 }
command = { type = metalpool value = 2500 }
command = { type = money value = 10000 }
}
}
1000 or 10000 money for the UK ???
Upvote
0