[color="Purple"]AddToRegList; $Santarem|$Lisboa|$Oporto
PickFromRegList; NotEnemy[/color]
This commands sequence allows to select from a list of 3 regions the ones free of enemy units for an action, as adding a reinforcement group.
[color="purple"]SelRegInArea; $Area_Portugal|Squared|OwnedCities[/color]
This commands sequence allows to select from regions in Portugal Area with cities controlled by faction, higher level cities having priority, as per squared.
[color="Black"]Now, I'm looking for something allowing to pick up from faction controlled, (up 50% military control) regions without enemy within.....[/color]
[color="Red"]AddToRegList; $Santarem|$Lisboa|$Oporto
PickFromRegList; NotEnemy; FactionControlled[/color]
Know, FactionControlled is not proper syntax: used it as an examplification of that I'm looking for.