• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Ankios

Major
69 Badges
Apr 2, 2008
617
55
  • Crusader Kings II
  • Europa Universalis: Rome
  • Victoria: Revolutions
  • Majesty 2
  • Lead and Gold
  • Heir to the Throne
  • Hearts of Iron III
  • Europa Universalis III Complete
  • Deus Vult
  • Divine Wind
  • Hearts of Iron II: Armageddon
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Holy Fury
  • Stellaris: Apocalypse
  • Stellaris: Distant Stars
  • Surviving Mars
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Federations
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis III Complete
  • Imperator: Rome
  • Imperator: Rome Deluxe Edition
  • Europa Universalis IV: Dharma
  • Europa Universalis IV
  • Stellaris: Nemesis
  • Europa Universalis IV: Conquest of Paradise
  • Stellaris: Ancient Relics
  • Europa Universalis III Complete
  • Prison Architect
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Golden Century
  • Imperator: Rome - Magna Graecia
  • Victoria 2
  • Rome: Vae Victis
  • 500k Club
  • Europa Universalis IV: El Dorado
  • Imperator: Rome Sign Up
  • Mount & Blade: Warband
Hi everyone,

I am trying to create that kind of event :

- There are three triggers

trigger = {
exists = ARA
war = { country = USA country = CSA }
belligerence = { country = CSA value = 10 }

}


But I just want those triggers as triggers... I mean I am able to make this event work only if it is triggered by one date or an other event. This means that only at one particular moment is event does work. If the country (here CSA) does have all the conditions validated at an other moment than a specific date nothing happens...

I tried lots of combitions with random commands,offset, etc... I can't find how to make this work the way I wish it does...

Does anyone have an idea please ?
 
I'm a dummy with this stuff, but couldn't you get around that by setting a trigger date as say 01 Jan. 1936 and using an offset of 1 (or 7 or whatever). That way it would keep checking every offset until the event conditions were met.

I think there might be another problem, though. If you did get this event to fire wouldn't it just keep firing over and over again as long as the conditions were met? Seems to me you'd need a part of the trigger preventing it from firing once the USA and CSA were at war.
 
Thanks for your answer.

Actually I tried exactly that and as I understood it was supposed to work the way you said it... It just didn't and I don't get why...

On the event that continue to fire, well the event is here to make the country with the "ARA" tag inherited by an other country. So once it his inherited, the event can't fire anymore.