Hi,

I'm currently aiming to redirect the Casse invasion from Bratosporios to Bagacos (they would never attack my giant empire). I changed the cooridinates for the landing, set the random percent to <100. Then they have these lines which switch the diplomatic stance to give them the possiblity to attack.

Code:
if I_SettlementOwner Bagacos = germans
  console_command diplomatic_stance britons germans war
  end_if
Thing is, I have teleported a Luso army to southern Ireland. They are close to extinction in Spain and hey, good time to migrate a bit! But the army stands there next to Ivernis and does nothing. So I thought...

Code:
if I_SettlementOwner Bagacos = germans
  console_command diplomatic_stance britons germans war
  console_command diplomatic_stance britons spain war
  end_if
... I'd do this. Can I do it this way? The Sweboz hold Bagacos, so I think when they attack Bagacos, they would finally "realize" the invasion of the Lusitanians in Ireland.

What do you think?