Event page
I think the best way to do that would be to add country_exists = TAG to the trigger then set mean time to happen to 131 this should make the event fire after around 131 days.
I tried tht and it worked but the prob im having is that it repeats itself like 50 times every day in game and it gave every country war goals on the USA idk what happened.
I tried tht and it worked but the prob im having is that it repeats itself like 50 times every day in game and it gave every country war goals on the USA idk what happened.
-Midknight
If you want it to happen only one time make sure the "fire only once" box is ticked, and if you want a specific country to get a wargoal against the USA add this code to the effect box:
TAG = {
create_wargoal = {
type = annex_everything
target = USA
}
}
(replace tag with the countries tag that should get the wargoal)
You should be able to use the date as a trigger.
So:
date > 1936.4.7
And a mean time to happen of 1 day.
Then at midnight on the 8th it should trigger the event.
alright thx
Midknight
I was wondering if there was a way to do the Events I cant get them to work I want them to activate on Certain years like the first one I want to happen in 8/4/1936 but they don't work. Anyone know how to get it to work?