Would the 'OR = {' And '{...}' be staggered or would it all be in one?
can I make specific mercenaries being recruitable only by one specific title holder ?
Either give the holder the mercenary group as a title, or put 'has_landed_title = yourtitlehere' in the 'allow' field of the mercenary group in landed_titles.txt...
In case #2 usual recruitment cost will apply but the title holder will be the only one able to recruit them.
richvh said:Use the existing OR = { and matching }, and add holder scope = { with a matching } before and after them. Staggering (usual name is "pretty printing") is for human eyes, to make it easier to debug; the script compiler doesn't care.
holder_scope = { OR = { religion = sunni
religion = shia } }
Still doesn't work. >.< I even created a new mod for it copying the files over just in case there was some incompatibility but that doesn't work. =/
The event fires but there's no option at the bottom which let's you continue.
Setting RETINUE_RATIO_PER_TECH to 0 should make it impossible to create retinues.is it possible to mod out retinues completly when using LoR ?