Thanks for the idea. Perhaps a flag, since one can't remove variables.
This conditions seems to be missing from the wiki and is not used in vanilla. Super-secret undocumented opcode, lol?
A false positive: owned_by is a valid condition that works in province scope. (Unsure if works in other scopes. Doesn't work for titles, but other conditions work for that.)
Code:
namespace = testz
character_event = {
id = testz.1
hide_window = yes
is_triggered_only = yes
immediate = {
any_province = {
limit = { owned_by = ROOT }
log = "T001: [This.GetID] [This.GetName] owned by [Prev.GetID] [Prev.GetTitledName]"
}
}
}
Last edited: