This might help you:
Add units to the army of Gaivs Sextvs Cotta, by opening the console and entering the following:
Code:
create_unit "Gaivssextvs Cotta", "roman infantry legionary cohort i" 3 4 2 1
-> 3 units of Cohors Reformata will spawn in Cotta's army, each will have a single silver chevron, "silver" armour and "bronze" weapons.
Quick explanation of the code:
Code:
"Gaivssextvs Cotta" -> Characters name, Gaivs and Sextvs
have to be joined together. Sextvs has no capital letter.
You could also use a settlements name instead of a characters name.
"roman infantry legionary cohort i" -> The unit label, this can be found
in the "export_units.txt" file. Don't use '_' !!!
3 4 2 1 -> 3 units / 4 chevrons / 2 armourupgrades / 1 weaponsupgrade.
Don't forget to place a "," between the name and the unit label !!!
Code:
move_character "Captain Jvlivsappvlivs" 2,48
Explanation of the code:
Code:
"Captain Jvlivsappvlivs" -> The characters name with Jvlivs and Appvlivs
joined together. Appvlivs has no capital letter.
2,48 -> x and y coordinates of a tile on the campaignmap.
Bookmarks