• 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.
[Root.<variable name>.GetValue] works for custom variables, try if it works for those too? If not, you can export e.g. health to a custom variable, and access that using that string.
 
[Root.<variable name>.GetValue] works for custom variables, try if it works for those too? If not, you can export e.g. health to a custom variable, and access that using that string.
unfortunately, this does not work. You also are not able to export variables within localisation files, would I need another script to do this?
 
unfortunately, this does not work. You also are not able to export variables within localisation files, would I need another script to do this?
Ok, then yes, you'll need a maintenance event of sort to keep exporting those variables e.g. on a yearly basis. What are you working on exactly?