how to make countries at war at the start of the game

e

Current isn't possible on the site, but if you add the following to the country's history file, it should work as you expect:

if = {

limit = {

has_start_date < 1936.01.02 #Replace this with a day or two after the start date when the war should happen (see below if there are start dates before & after)

}

declare_war_on = {

target = TAG #Tag of nation to be at war with

type = annex_everything #Type of wargoal

}

}


If you have multiple start dates, you may need to do:

limit = {

AND = {

has_start_date < 1936.01.02

has_start_date < 1937.02.01

}

}

Current isn't possible on the site, but if you add the following to the country's history file, it should work as you expect:

if = {

limit = {

has_start_date < 1936.01.02 #Replace this with a day or two after the start date when the war should happen (see below if there are start dates before & after)

}

declare_war_on = {

target = TAG #Tag of nation to be at war with

type = annex_everything #Type of wargoal

}

}


If you have multiple start dates, you may need to do:

limit = {

AND = {

has_start_date < 1936.01.02

has_start_date < 1937.02.01

}

}

-jordsta95

 alot of pain i have to understand later but anyways thank you pretty cool how you care for the site and the users