• 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.

Victor1234

Feldmarschall
10 Badges
Jan 3, 2004
1.613
612
  • Arsenal of Democracy
  • Darkest Hour
  • Europa Universalis III
  • Divine Wind
  • Heir to the Throne
  • Victoria: Revolutions
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Europa Universalis III: Collection
So, all the conditions for the event can be there, so the event should trigger, but it still doesn't. Manually trying to trigger the event in an F-12 window doesn't work either. I had a similar event in the game, and that one works perfectly, while this one refuses to fire. Any help on why this isn't firing would be appreciated.

#The Seljuk War (Jerusalem Wins)#
event = {

id = 100019
trigger = {

control = { province = 490 data = JER }
control = { province = 491 data = JER }
control = { province = 492 data = JER }

}
random = no
country = JER
name = "Seljuk War"
desc = "We have recaptured our former lands, with this success, the war against the Seljuks has ended. The men of Armenia Minor are ready to join us and our nation will once more be ruled from Jerusalem"
style = 1

date = { day = 1 month = january year = 1419 }
offset = 1
deathdate = { day = 1 month = january year = 1430 }




action_a ={
name = "Great"
command = { type = inherit which = AMI }
command = { type = provincetax which = 746 value = -8 }
command = { type = provincetax which = 744 value = 8 }
command = { type = trigger which = 100021 }



}
}


Even when the 3 provinces are controlled by JER, nothing happens. 746 and 744 are also owned and controlled by JER, each time I tried to trigger the event.
 
You presume correctly. I have a similar event for England, that fires perfectly and also uses province control as a trigger, but this one just isn't firing for some reason.
 
The event itself. It is supposed to be triggered when those provinces are taken, but even when those provinces are taken within the timeframe, it doesn't trigger. Plus, using the console to trigger it doesn't work either.