sorry for the double post!!! It seems to work with forced diplomacy and spoils of victory mini-mod but I am going to check the eb script for pergamon recieving such a bulk payment after the first turn. could just be my installation because I have changed a couple of other things but nothing to do with money. hmmm looks like it is added into the money script not sure why its coming up since I am a human player and not the ai
;Cap treasury
monitor_event FactionTurnStart FactionType thrace
and not FactionIsLocal
and Treasury > 300000
console_command add_money thrace, -40000
console_command add_money thrace, -40000
end_monitor
;first 12 years
monitor_event SettlementTurnStart FactionType thrace
and not FactionIsLocal
and I_TurnNumber < 61
and Treasury < 100000
console_command add_money thrace, 1200
if I_NumberOfSettlements thrace < 25
console_command add_money thrace, 300
end_if
if I_NumberOfSettlements thrace < 16
console_command add_money thrace, 300
end_if
end_monitor
Bookmarks