
Action
Leave International Organization
Leave an International Organization.
Definitionin_game/common/generic_actions/leave_international_organization.txt:1
2type = internationalorganization
3show_in_gui_list = no
5automation_tick = never
6automation_tick_frequency = 12
8potential = {
}
11allow = {
}
14select_trigger = {
15looking_for_a = international_organization
16source = actor
17target_flag = recipient
18name = "choose_international_organization" Choose the International Organization:
19none_available_msg_key = "leave_international_organization_none"
20column = {
21data = name
}
23visible = {
}
25enabled = {
26scope:actor = {
27can_leave_international_organization = root
}
}
}
32effect = {
33if = {
34limit = {
35exists = scope:recipient
}
37scope:recipient = {
38remove_country_from_international_organization = {
39country = scope:actor
40reason = DecidedToLeave
}
}
}
}
46ai_will_do = {
47value = 0
48if = {
49limit = {
50scope:recipient = {
51this = international_organization:ghibellines_io
}
53scope:actor = {
54NOT = {
55capital ?= {
56region = region:italy_region
}
}
59NOT = {
60is_leader_of_international_organization = international_organization:hre
}
}
}
64add = 10
}
66if = {
67limit = {
68scope:recipient = {
69this = international_organization:swiss_confederation
}
}
72add = -1000
}
}