
Originally Posted by
Epistolary Richard
Yes, perfectly possible - but obviously not through the existing mercenary mechanism. Look at the
Client Kingdoms mod for one way of doing it for the player. For non-player factions you would have to do it in a background script using a monitor_event with whatever conditionals you want and a create_unit console command inside.
Thx for your reply Richard
Would something like this make any sens ?
HTML Code:
script
if I_SettlementOwner Tarsus =(probably list of all non roman factions or is that another way ?)
console_command create_unit Tarsus "merc roman deserters" 1
end_if
end_script
Bookmarks