• 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.
While playing as the UK in the 1914 scenario, I don't get a descision to sieze thessaloniki but the AI does. How do I trigger this?
Code:
event = {
   id = 2001506   # Seizing Salonique ?
   country = ENG

   decision = {
       event = 2001503   # Dard's launched
       control = { province = 384 data = OTT } # not controlling Cape Helles
       war = { country = ENG country = OTT }
       NOT = {   
           event = 2145502   #OTT must be alive
           alliance = { country = FRA country = GRE }
           war = { country = ENG country = GRE }
       }
   }