Quote Originally Posted by Ower
Code:
;first 20 years
monitor_event SettlementTurnStart FactionType macedon
and not FactionIsLocal
and I_TurnNumber  < 81
and Treasury < 150000
  if I_NumberOfSettlements macedon > 24
    console_command add_money macedon, 1200
  end_if

  if I_NumberOfSettlements macedon < 25
    console_command add_money macedon, 600
  end_if

  if I_NumberOfSettlements macedon < 16
    console_command add_money macedon, 600
  end_if
Can I ask a question, why the first wan is if in this case Macedon has more than 24 settelments give them 1200, should it not be les then?
I was wondering the same thing, I saw that on a few factions, and the complete opposite on others.