• We will be taking the forums down for scheduled maintenance on Tuesday, May 22nd 2023 at around 8:00 CDT / 13:00 UTC for up to an hour hour.
  • 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.

unmerged(6160)

Member of Parliament 1900
Oct 24, 2001
916
0
Visit site
I want to make an event that would trigger if Byzantium had taken the capital of the Ottoman Turks, and they(Turks) no longer existed.

The event would give Byzantium CBs on Italy, Spain, North Africa, Southern France, Illyria, The Islands of the Med., Egypt, and Syria.

Could some one help me on this?
 

unmerged(11130)

First Lieutenant
Sep 27, 2002
258
0
Do you mean they just captured the Turkish Capital or do they have to own it? I can make this event very easily if you give me more details. Just tell me what you want the event to say, do, and what needs to be done exactly to get it.
 

unmerged(6160)

Member of Parliament 1900
Oct 24, 2001
916
0
Visit site
Originally posted by Helium Hound
Do you mean they just captured the Turkish Capital or do they have to own it? I can make this event very easily if you give me more details. Just tell me what you want the event to say, do, and what needs to be done exactly to get it.

If you own Antolia, aka no more Turks...
 

unmerged(228)

Second Lieutenant
Jul 31, 2000
164
0
Visit site
Ok, I think I understand what you are asking for. Hope this is of some use..

event = {
id = 100000
trigger = {
owned = { province = 358 data = -1 }#Macedonia
owned = { province = 477 data = -1 }#Anatolia
NOT = {
exists = TUR
}
}
random = no
country = BYZ
name = "Justinian's Empire."
desc = "Describe your event history here."
style = 1

action_a={
name = "Rebuild the Empire!"
command = { type = addcore which = 404 }
command = { type = addcore which = 403 }
command = { type = addcore which = 402 }
command = { type = addcore which = 401 }
command = { type = addcore which = 400 }
command = { type = addcore which = 399 }
command = { type = addcore which = 397 }
command = { type = addcore which = 396 }
command = { type = addcore which = 395 }
command = { type = addcore which = 394 }
command = { type = addcore which = 393 }
command = { type = addcore which = 392 }
command = { type = addcore which = 391 }
command = { type = addcore which = 390 }
command = { type = addcore which = 389 }#Italy
command = { type = addcore which = 819 }
command = { type = addcore which = 821 }
command = { type = addcore which = 406 }
command = { type = addcore which = 429 }
command = { type = addcore which = 437 }
command = { type = addcore which = 438 }
command = { type = addcore which = 443 }
command = { type = addcore which = 444 }
command = { type = addcore which = 445 }
command = { type = addcore which = 732 }
command = { type = addcore which = 733 }
command = { type = addcore which = 734 }
command = { type = addcore which = 735 }
command = { type = addcore which = 736 }
command = { type = addcore which = 737 }
command = { type = addcore which = 738 }
command = { type = addcore which = 739 }
command = { type = addcore which = 740 }
command = { type = addcore which = 741 }
command = { type = addcore which = 398 }#Western Mediteranean
}
}

Cut & paste the event where you want it to and you're ready to go. I've limited the CB,s to ports mostly though.


Now kick some Turkish butt & Good Luck!