ARG vs ENG +
Alright here we go at it again - I added some changes. Hopefully I understood you correctly.
I added a sleepevent in the first section of "Go to war with ENG" and the choice of Backing down. That would kill the rest of the events with ARG as a Bully if ARG backs down.
Then, if I got you right, the "command = { type = trigger which = " automatically initiates the next event. From this I concluded that you don't need the Offset for the other events if they should occur directly in connection with the earlier events. I therefore removed the offsets from all events but the first two event.
I also added the control command, so that ARG will not "risk" becoming a Bully until the Malvinas is under ARG control. But then, they have to make that choice.
All the events happening after that will all occur directly thereafter with no timedelay.
I also added some event ID:s since I have started to playtest the event. I choose ID:s following those in the SAmerica.txt file but that seemed to be a problem so I simply added a 9 before all ID:s. These numbers are just for my playtesting. I will also change the Random to no or 100, then all I need to do is to conquer England to set it off, and that's easy
regards
Duncker
#########################################################################
# Duncker 13/01/2004 :
# 91052100- Argentina seizes the opportunity and recaptures the Malvinas (by Duncker)
#########################################################################
event = {
id = 91052100
random = 60
country = ARG
trigger = {
atwar = no
NOT = {
alliance = { country = ENG country = ARG }
alliance = { country = SOV country = ARG }
alliance = { country = GER country = ARG }
alliance = { country = USA country = ENG }
control = { province = 501 data = GER } #Plymouth
}
}
name = "Recapture of the Malvinas"
desc = "The military in Argentina pushes for an military operation to retake what is rightfully theirs, lets attack the Malvinas / the Falkland Islands"
style = 0
date = { day = 1 month = August year = 1939 }
offset = 20
deathdate = { day = 30 month = december year = 1947 }
action_a = {
name = "The Islands are ours - Let the war begin - declare war on Britain"
command = { type = war which = ENG }
command = { type = manpowerpool value = 100 }
command = { type = dissent value = -5 }
}
action_b = {
name = "We dare not challenge the Allied Powers - they are to strong and it is time to back down"
command = { type = alignment which = communist value = 2 }
command = { type = dissent value = 5 } #Riots in Argentina
command = { type = manpowerpool value = -10 } #A widened gap between the government and the people
command = { type = supplies value = -50 } #Riots in Argentina
command = { type = sleepevent which = 91052101 } #Argentina becomes aggressive in South America
}
}
#########################################
# Argentina becomes Aggressive in South America (By Duncker)
#########################################
event = {
id = 91052101
country = ARG
trigger = {
random = no
control = { province = 414 data = ARG } #Islas Malvinas
}
name = "Argentina becomes Aggressive"
desc = "As the Allied forces gets weaker Argentina finds an oppertunity to become an even stronger regional power"
style = 0
date = { day = 1 month = August year = 1939 }
offset = 10
deathdate = { day = 30 month = december year = 1947 }
action_a = {
name = "This is our oppertunity - Demand economic compensation of Paraguay and Uruguay"
command = { type = dissent value = -5 }
command = { type = trigger which = 91052102 } #Bully Paraguay
command = { type = trigger which = 91052103 } #Bully Uruguay
}
action_b = {
name = "The Malvinas is enough - let things calm down"
command = { type = dissent value = -1 }
}
}
##########################################################################
##########################################################################
# Paraguay Response on Argentina becoming a bully (By Duncker)
#########################################
#########################################
event = {
id = 91052102
random = no
country = PAR
trigger = {
event = 91052101 #triggered by ARG 91052101
}
name = "Response to Argentina Becoming a Bully"
desc = "Argentina has become very agressive and the Paraguay government had a delicate problem to handle"
style = 0
date = { day = 1 month = August year = 1939 }
deathdate = { day = 30 month = december year = 1947 }
action_a = {
name = "We will not tolerate a bully"
command = { type = dissent value = -1 } #Rally around the flag
command = { type = manpowerpool value = 50 }
command = { type = trigger which = 91052104 } #Risk the War
}
action_b = {
name = "We back down"
command = { type = dissent value = 5 } #Fear of war
command = { type = trigger which = 91052103 } #Hand over the economic compensation
command = { type = oilpool value = -100 }
command = { type = steelpool value = -100 }
command = { type = rubberpool value = -100 }
}
}
##########################################################################
# Paraguay Response on Argentina becoming a bully 2 - We Back down (By Duncker)
#########################################
event = {
id = 91052103
random = no
country = ARG
trigger = {
event = 91052102 #triggered by PAR 91052102
}
name = "Paraguay caves in to our demands"
desc = "Paraguay cave in to our demands - and gives us the resources we demanded"
style = 0
date = { day = 1 month = August year = 1939 }
deathdate = { day = 30 month = december year = 1947 }
action_a = {
name = "Paraguay backs down"
command = { type = oilpool value = 100 }
command = { type = steelpool value = 100 }
command = { type = rubberpool value = 100 }
}
}
##########################################################################
# Paraguay Response on Argentina becoming a bully 3 - We tolerate no bully (By Duncker)
#########################################
event = {
id = 91052104
random = no
country = ARG
trigger = {
event = 91052102 #triggered by PAR 91052102
}
name = "Paraguay refuses"
desc = "Paraguay refuses to cave in to our demands"
style = 0
date = { day = 1 month = August year = 1939 }
deathdate = { day = 30 month = december year = 1947 }
action_a = {
name = "We back down"
command = { type = dissent value = 5 } #Peoples distrust
}
action_b = {
name = "That means war"
command = { type = war which = PAR }
command = { type = dissent value = 1 }
}
}
##########################################################################
##########################################################################
# Uruguay Response on Argentina becoming a bully (By Duncker)
#########################################
#########################################
event = {
id = 91052105
random = no
country = URU
trigger = {
event = 91052101 #triggered by ARG 91052101
}
name = "Response to Argentina Becoming a Bully"
desc = "Argentina has become very agressive and the Uruguay government had a delicate problem to handle."
style = 0
date = { day = 1 month = August year = 1939 }
deathdate = { day = 30 month = december year = 1947 }
action_a = {
name = "We back down"
command = { type = dissent value = 5 } #Fear of war
command = { type = trigger which = 91052106 } #Hand over the economic compensation
command = { type = oilpool value = -100 }
command = { type = steelpool value = -100 }
command = { type = rubberpool value = -100 }
}
action_b = {
name = "We will not tolerate a bully"
command = { type = dissent value = -1 } #Rally around the flag
command = { type = manpowerpool value = 50 }
command = { type = trigger which = 91052107 } #Risk the War
}
}
##########################################################################
# Paraguay Response on Argentina becoming a bully 2 - We Back down (By Duncker)
#########################################
event = {
id = 91052106
random = no
country = ARG
trigger = {
event = 91052105 #triggered by URU 91052105
}
name = "Uruguay caves in to our demands"
desc = "Uruguay cave in to our demands - and gives us the resources we demanded"
style = 0
date = { day = 1 month = August year = 1939 }
deathdate = { day = 30 month = december year = 1947 }
action_a = {
name = "Uruguay backs down"
command = { type = oilpool value = 100 }
command = { type = steelpool value = 100 }
command = { type = rubberpool value = 100 }
}
}
##########################################################################
# Uruguay Response on Argentina becoming a bully 3 - We tolerate no bully (By Duncker)
#########################################
event = {
id = 91052107
random = no
country = ARG
trigger = {
event = 91052105 #triggered by URU 91052105
}
name = "Uruguay refuses"
desc = "Uruguay refuses to cave in to our demands"
style = 0
date = { day = 1 month = August year = 1939 }
deathdate = { day = 30 month = december year = 1947 }
action_a = {
name = "That means war"
command = { type = war which = URU }
command = { type = dissent value = 1 }
}
action_b = {
name = "We back down"
command = { type = dissent value = 5 } #Peoples distrust
}
}