So in EU3 it was a simple matter to declare war by event... for example:
Would cause the country getting the event to declare war on Byzantium.
I am trying to do a similar thing in CK2. I want to declare war on the Seljuk Sultan in 1096 (who is overall liege of the Crusade target, Jerusalem) whos number is 144013 but nothing happens. Initially I tried declaring war on top_liege = { owner = {crusade_target }} but replaced it with the number to try and keep it simple but to no avail:
This has no effect. Any ideas?
Code:
option = {
name = "Death to the Byzantines!!!!!"
war = BYZ
}
Would cause the country getting the event to declare war on Byzantium.
I am trying to do a similar thing in CK2. I want to declare war on the Seljuk Sultan in 1096 (who is overall liege of the Crusade target, Jerusalem) whos number is 144013 but nothing happens. Initially I tried declaring war on top_liege = { owner = {crusade_target }} but replaced it with the number to try and keep it simple but to no avail:
Code:
option = {
name = "Let's Go Crusading"
war = 144013
}
This has no effect. Any ideas?