Pretty much as the title suggests, the new variable system for titles that is in the changelog does not appear to work. in that trying to set a variable does nothing. To reproduce use the following decision:
The variable will not be set on your primary title when using this decision, this can be found by looking in the save game.
Code:
temp = {
potential = {
ai = no
}
allow = {
}
effect = {
primary_title = {
set_variable = { which = "test_variable" value = 1 }
}
}
}
The variable will not be set on your primary title when using this decision, this can be found by looking in the save game.
Upvote
0