Mainly to learn how to do events I have created an event that lists the details of characters in the players country.
I get the principle of outputting details onto the pop up by including in a localization file things like:
[SCOPE.sChar('Older_teenager').GetName]. The way pronouns work is quite easy the localizantion files have so many examples
Some things I've guessed and found they work like:
[SCOPE.sChar('Older_teenager').GetAge] & [SCOPE.sChar('Older_teenager').GetLoyalty]
Going through the localization files I've stumbled on some rarer ones like [SCOPE.sChar('Older_teenager').GetPartyName] but it is hard to guess how to output the level of conviction for the various parties beyond finding the party that has their greatest support.
Is there a list of all the fields that can be used to output details of characters provinces, countries etc?
I get the principle of outputting details onto the pop up by including in a localization file things like:
[SCOPE.sChar('Older_teenager').GetName]. The way pronouns work is quite easy the localizantion files have so many examples
Some things I've guessed and found they work like:
[SCOPE.sChar('Older_teenager').GetAge] & [SCOPE.sChar('Older_teenager').GetLoyalty]
Going through the localization files I've stumbled on some rarer ones like [SCOPE.sChar('Older_teenager').GetPartyName] but it is hard to guess how to output the level of conviction for the various parties beyond finding the party that has their greatest support.
Is there a list of all the fields that can be used to output details of characters provinces, countries etc?