
Originally Posted by
Deadhuntr
I am trying to give_trait <character name> and create_unit <seattlement name> but it keeps telling me "character not found" and "unit type not valid" is there anywhere I can go to find the correct unit types and character names to use these mods?
I don't know about give_trait, but create_unit works for me in this way:
Code:
console_command create_unit Segesta "merc italian peltast sm" 4
Looking at scripts in other mods, in this case EB, you can find the syntax for give_trait command:
Code:
console_command give_trait Rhaskos EasyToBribe 1
Bookmarks