So can you do something like:

Code:
Condition SettlementName Rome
       or SettlementName Sparta
       or SettlementName Athens
or

Code:
Condition SettlementName (Rome or Sparta or Athens)
?


I tried this:
Code:
Condition FactionType (carthage or numidia)
once before and got an error message on exit. The original traits and ancillaries files didn't include any "or" conditions, did they?