Yes... another thread about these invaders. In my current game, the Il-Khanate has overran the Golden Horde, is on the verge of destroying the principality of Novgorod and the Teutonic Order. As Spain i'm too far away to help... so i'd like to create an event to give reinforcements from Europe to countries at war with the hordes. I know that their are the triggers
But an event would fire for christians at war with "regular" muslims as well... which i don't want. Is there a way to trigger an event for a country specifically at war against ILKH or GOLD ?
Code:
trigger = {
condition = { type = or
condition = { type = religion value = catholic }
condition = { type = religion value = orthodox }
}
condition = { type = at war }
condition = { type = not = value = { type = enemy_same_religion } }
}
But an event would fire for christians at war with "regular" muslims as well... which i don't want. Is there a way to trigger an event for a country specifically at war against ILKH or GOLD ?