Event
Foreign Interference

As the The Hook and Cod Wars continue, other neighboring countries have shown interest in our internal affairs. Spies of Neighbor Country in particular have observed the conflict, yet have remained neutral. However, it is obvious that it is only a question of time until they will join either side...
Event chain
Each event is fired by the one it is nested under; the line below it says which choice leads there and when.
Foreign Interference
The The Hook and Cod Wars of Holland↳ Option A “Bribe them to join the [Get Ha CWFaction].” · right away
Neighbor Country joins the Ha CWFaction↳ Option B “We should support the [Hacw Contender 1] and the [Get Ha CWFaction].” · right away
Neighbor Country joins the Ha CWEnemy Faction↳ Option A “We are with [Hacw Contender 2] and the [Get Ha CWEnemy Faction].” · right away
Neighbor Country remains Neutral↳ Option C “This is none of our business.” · right away
Definitionin_game/events/disaster/hook_and_cod_wars.txt:2044
2045hide_portraits = yes
2046type = country_event
2047category = disaster_event
2048title = hook_and_cod_wars.1300.title Foreign Interference
2049image = "gfx/interface/illustrations/disaster/succession_crisis.dds"
2050desc = hook_and_cod_wars.1300.desc As the The Hook and Cod Wars continue, other neighboring countries have shown interest in our internal affairs. Spies of Neighbor Country in particular have observed the conflict, yet have remained neutral. However, it is obvious that it is only a question of time until they will join either side...
2051outcome = neutral
2052trigger = {
2053any_neighbor_country = {
2054NOT = {
2054is_target_in_global_variable_list = {
2054name = hacw_hook_list
2054target = this
}
}
2055NOT = {
2055is_target_in_global_variable_list = {
2055name = hacw_cod_list
2055target = this
}
}
2056is_rebel_country = no
}
}
2059immediate = {
2060save_scope_as = holland
2061random_neighbor_country = {
2062limit = {
2063NOT = {
2063is_target_in_global_variable_list = {
2063name = hacw_hook_list
2063target = this
}
}
2064NOT = {
2064is_target_in_global_variable_list = {
2064name = hacw_cod_list
2064target = this
}
}
2065is_rebel_country = no
}
2067save_scope_as = neighbor_country
}
}