We have been trying to script sacking Rome by Alaric's troops in 410 AD for new version of IBFD mod
I understand line "monitor_event FactionTurnStart empire_west" is incorrect and should be replaced to get script working for AI factions and I would very much appreciate if someone could suggest possible solutionmonitor_event FactionTurnStart FactionType goths
and I_TurnNumber = 1
console_command sack_settlement Rome
console_command add_money 10000
terminate_monitor
end_monitor
monitor_event FactionTurnStart empire_west
and I_TurnNumber = 2
console_command capture_settlement Rome
console_command create_unit Rome comitatenses 2 2 1 1
terminate_monitor
end_monitor
Bookmarks