Scopes Several triggers and commands can change the current scope. Whenever the scope is changed, every trigger from there on will refer to the country or province changed to. Some triggers accept a THIS as an argument, which refers to the country or province that received the event
ally Scope: country
Syntax: ally = { triggers… }
From country to country. Picks a random ally.
owner Scope: province
Syntax: owner = { triggers… }
From province to country.
controller Scope: province
Syntax: controller = { triggers… } From province to country.
Emperor Scope: country
Syntax: emperor = { triggers… } From country to emperor.
capital_scope Scope: country
Syntax: capital_scope = { triggers… } From country to capital.
num> Scope: province
Syntax: <num> = { triggers… } To a specific province.
tag> Scope: country
Syntax: <tag> = { triggers… } To a specific country.
any_neighbor_province Scope: province
Syntax: any_neighbor_province = { triggers… } To any neighbouring province.
any_neighbor_country Scope: country
Syntax: any_neighbor_country = { triggers… } To any neighbouring country.