Code:
event = {
id = 3600
random = no
country = POL
# Triggered by ENG 3401
name = "EVT_3600_NAME"
desc = "EVT_3600_DESC"
style = 0
picture = "guarantee_POL"
action_a = {
name = "ACTIONNAME3600A" # Accept
ai_chance = 98
command = { type = relation which = ENG value = 10 }
command = { type = relation which = FRA value = 10 }
command = { type = relation which = GER value = -15 }
command = { type = relation which = SOV value = -10 }
command = { type = trigger which = 3402 }
}
action_b = {
name = "ACTIONNAME3600B" # Decline
ai_chance = 2
command = { type = relation which = ENG value = -5 }
command = { type = relation which = FRA value = -5 }
command = { type = relation which = GER value = 5 }
command = { type = relation which = SOV value = 5 }
command = { type = trigger which = 3403 }
}
}