I heard some folks reporting that the "war =" effect was broken, and that we therefore couldn't start wars by event...well it's not now, I just wrote up this little event to test it, and it works:
So for any of you who want all the Gauls to declare war on Rome when they come knocking (TheLand?) or something like that...we're able now.
Code:
country_event = {
id = 987999
trigger = {
tag = ROM
}
mean_time_to_happen = {
months = 1
}
title = "Test1"
desc = "test1"
option = {
name = "WAR"
CAR = { war = THIS }
}
}
So for any of you who want all the Gauls to declare war on Rome when they come knocking (TheLand?) or something like that...we're able now.