• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

WeeLittleSpoon

Never met a word he didn't like
90 Badges
Mar 30, 2017
468
1.896
  • Crusader Kings II
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Rights of Man
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Cities: Skylines - Snowfall
  • Cities: Skylines - After Dark
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Semper Fi
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Hearts of Iron III: Their Finest Hour
  • For the Motherland
  • Cities in Motion
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Hearts of Iron III
  • Europa Universalis IV: Wealth of Nations
  • Darkest Hour
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Hearts of Iron IV: Colonel
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Mass Transit
  • Steel Division: Normandy 44
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV: No Step Back
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Field Marshal
  • Crusader Kings II: Way of Life
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV Sign-up
  • Victoria 2
  • Europa Universalis IV
  • Stellaris: Galaxy Edition
  • Cities: Skylines
  • Crusader Kings II: Conclave
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Horse Lords

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

Can't nest list builders inside of xxx_pinned_character

Description​

This is a modding issue, but not a mod-specific issue.

When nesting list builders inside of xxx_pinned_character, they don't seem to work. If trying to find every targeting scheme against a close family member, this will work:

Code:
random_close_family_member = {      

    every_targeting_scheme = {

        scheme_owner = {

            add_gold = 1

        }

    }

}

However, if you change that to instead of random_close_family_member to every_pinned_character, it stops working. This does not work:

Code:
every_pinned_character = {      

    every_targeting_scheme = {

        scheme_owner = {

            add_gold = 1

        }

    }

}

For some reason, xxx_pinned_character list builders don't seem to be able to have things inside of them. I don't know if it's meant to be this way, but, as someone who knows nothing about it, it strikes me as very strange that this is the one list builder that doesn't seem to be able to use other list builders inside of it.

Steps to reproduce​

Try to use a list builder (e.g., random_close_family_member, every_spouse, random_knight, etc.) inside of either every_pinned_character or random_pinned_character.

Game Version​

1.11.5

Platform​

Windows

Additional Information​

Affected Feature​

  • Modding

Save Game​



Other Attachments​



 
  • 1
Reactions:
Upvote 0