is there any way to make the inquisitors recruitable?
is there any way to make the inquisitors recruitable?
No.
Sorry sir, must disagree. You can always spawn them via script.
and how sir, do you spawn it via script?
Okay, proven wrong.
you can spawn them via script within a monitor
spawn_character faction, name, inquisitor, age [], x [], y[],
you can also use the random_name call instead of the name.
unfortunately you cannot easily give him traits\ancs, so you have to use the
console_command give_trait \ give_ancillary
Howewer there's maybe another way.
Since when spawned this character has no traits, you could make a trigger in export_descr_character_traits firing at CharacterTurnEnd with some conditions like theese:
Condition AgentType = inquisitor
and Attribute Piety = 0
and Trait ReligionStarter = 0
Affects [traits] chance 100
Same thing you can do in export_descr_ancillaries.
Last edited by Kiliç Alì; February 24, 2012 at 05:14 AM.
You will also need to add entries for iniquistor type strat models to the factions, if they don't already exist. I'm not sure about vanilla M2TW but chances are only papal_states has one. In descr_character.txt and descr_model_strat.txt.