So I've spent some time to port the export_to_variable effect from EUIV to CKII. The syntax is going to be the same that EUIV uses.
who is an optional value which defines from what scope we should extract the value. The variable is always held by the current scope. The scopes which can hold variables are Characters, Titles, Provinces.
What I want from you is a list of useful game numbers that you would find useful to export to script variables. Most of them are easy to add as long as we have things nicely defined and they are related to the three types of scopes. Please also state a priority on the things you want to see added as I've already got quite a few candidates to add.
Code:
event_target:my_character
export_to_variable = {
which = my_variable
value = stewardship
(who = event_target:another_character)
}
}
What I want from you is a list of useful game numbers that you would find useful to export to script variables. Most of them are easy to add as long as we have things nicely defined and they are related to the three types of scopes. Please also state a priority on the things you want to see added as I've already got quite a few candidates to add.
Last edited:
- 4