Hi.
I believe that you must use the command
Code:
console_command add_population Rome 12
instead of
Code:
console_command add_population Roma 12
AFAIK, you can only use the settlement's map name in the condition "SettlementName" (ex: SettlementName Roma)
Also, the game the command add_money must be within -40000 and 40000. So, you have to use:
Code:
monitor_event FactionTurnStart FactionType seleucid
and not FactionIsLocal
and Treasury > 350000
console_command add_money seleucid, -40000
console_command add_money seleucid, -40000
console_command add_money seleucid, -20000
instead of:
Code:
monitor_event FactionTurnStart FactionType seleucid
and not FactionIsLocal
and Treasury > 350000
console_command add_money seleucid, -100000
Bookmarks