Something wrong with my event (another problem this time)
I'm trying to write 2 events for Kaiserreich, but I can't get them to trigger. Even if i use an event to inherit VIC, it still doesnt trigger, So I really don't know what the problem is.
###############################################################################
# Claiming French North Africa
###############################################################################
event = {
id = 556300
random = no
country = CON
trigger = {
Random = 5
NOT = {
exists = VIC
}
control = { province = 949 data = GER}
}
name = "Claiming French North Africa"
desc = "Now that the German Reich has conquered the nationalist french in north Africa, we could ask them to incorporate that territory into the Mittelafrika Colony."
style = 0
picture = "british_naval_reinforcements"
action_a = {
name = "Ask!"
ai_chance = 95
command = { type = trigger which = 556301 }
command = { type = addcore which = 1014 }
command = { type = addcore which = 970 }
command = { type = addcore which = 1013 }
command = { type = addcore which = 943 }
command = { type = addcore which = 942 }
command = { type = addcore which = 945 }
command = { type = addcore which = 944 }
command = { type = addcore which = 946 }
command = { type = addcore which = 947 }
command = { type = addcore which = 948 }
command = { type = addcore which = 949 }
command = { type = addcore which = 951 }
command = { type = addcore which = 950 }
command = { type = addcore which = 952 }
command = { type = addcore which = 953 }
command = { type = addcore which = 946 }
command = { type = addcore which = 973 }
command = { type = addcore which = 974 }
command = { type = addcore which = 975 }
command = { type = addcore which = 1083 }
command = { type = addcore which = 1084 }
command = { type = addcore which = 998 }
command = { type = addcore which = 976 }
command = { type = addcore which = 977 }
command = { type = addcore which = 978 }
command = { type = addcore which = 981 }
command = { type = addcore which = 984 }
command = { type = addcore which = 987 }
command = { type = addcore which = 989 }
command = { type = addcore which = 990 }
command = { type = addcore which = 985 }
command = { type = addcore which = 980 }
command = { type = addcore which = 986 }
command = { type = addcore which = 979 }
command = { type = addcore which = 994 }
command = { type = addcore which = 996 }
command = { type = addcore which = 997 }
command = { type = addcore which = 991 }
command = { type = addcore which = 995 }
command = { type = addcore which = 993 }
command = { type = addcore which = 935 }
command = { type = addcore which = 934 }
command = { type = addcore which = 936 }
command = { type = addcore which = 938 }
command = { type = addcore which = 937 }
command = { type = addcore which = 939 }
command = { type = addcore which = 940 }
command = { type = addcore which = 941 }
}
action_b = {
name = "Don't."
ai_chance = 5
command = { type = dissent value = 2 }
}
}
#########
event = {
id = 556301
random = no
country = GER
name = "Claiming French North Africa"
desc = "Our Mittelafrika colony has asked us to give form french north africa to them. Shall we?"
style = 0
picture = "british_naval_reinforcements"
action_a = {
name = "Yes!"
ai_chance = 95
command = { type = secedeprovince which = CON value = 1014 }
command = { type = secedeprovince which = CON value = 970 }
command = { type = secedeprovince which = CON value = 1013 }
command = { type = secedeprovince which = CON value = 943 }
command = { type = secedeprovince which = CON value = 942 }
command = { type = secedeprovince which = CON value = 945 }
command = { type = secedeprovince which = CON value = 944 }
command = { type = secedeprovince which = CON value = 946 }
command = { type = secedeprovince which = CON value = 947 }
command = { type = secedeprovince which = CON value = 948 }
command = { type = secedeprovince which = CON value = 949 }
command = { type = secedeprovince which = CON value = 951 }
command = { type = secedeprovince which = CON value = 950 }
command = { type = secedeprovince which = CON value = 952 }
command = { type = secedeprovince which = CON value = 953 }
command = { type = secedeprovince which = CON value = 946 }
command = { type = secedeprovince which = CON value = 973 }
command = { type = secedeprovince which = CON value = 974 }
command = { type = secedeprovince which = CON value = 975 }
command = { type = secedeprovince which = CON value = 1083 }
command = { type = secedeprovince which = CON value = 1084 }
command = { type = secedeprovince which = CON value = 998 }
command = { type = secedeprovince which = CON value = 976 }
command = { type = secedeprovince which = CON value = 977 }
command = { type = secedeprovince which = CON value = 978 }
command = { type = secedeprovince which = CON value = 981 }
command = { type = secedeprovince which = CON value = 984 }
command = { type = secedeprovince which = CON value = 987 }
command = { type = secedeprovince which = CON value = 989 }
command = { type = secedeprovince which = CON value = 990 }
command = { type = secedeprovince which = CON value = 985 }
command = { type = secedeprovince which = CON value = 980 }
command = { type = secedeprovince which = CON value = 986 }
command = { type = secedeprovince which = CON value = 979 }
command = { type = secedeprovince which = CON value = 994 }
command = { type = secedeprovince which = CON value = 996 }
command = { type = secedeprovince which = CON value = 997 }
command = { type = secedeprovince which = CON value = 991 }
command = { type = secedeprovince which = CON value = 995 }
command = { type = secedeprovince which = CON value = 993 }
command = { type = secedeprovince which = CON value = 935 }
command = { type = secedeprovince which = CON value = 934 }
command = { type = secedeprovince which = CON value = 936 }
command = { type = secedeprovince which = CON value = 938 }
command = { type = secedeprovince which = CON value = 937 }
command = { type = secedeprovince which = CON value = 939 }
command = { type = secedeprovince which = CON value = 940 }
command = { type = secedeprovince which = CON value = 941 }
}
action_b = {
name = "No, we need it more ourselves."
ai_chance = 5
command = { type = dissent value = 2 }
}
}
I'm trying to write 2 events for Kaiserreich, but I can't get them to trigger. Even if i use an event to inherit VIC, it still doesnt trigger, So I really don't know what the problem is.
###############################################################################
# Claiming French North Africa
###############################################################################
event = {
id = 556300
random = no
country = CON
trigger = {
Random = 5
NOT = {
exists = VIC
}
control = { province = 949 data = GER}
}
name = "Claiming French North Africa"
desc = "Now that the German Reich has conquered the nationalist french in north Africa, we could ask them to incorporate that territory into the Mittelafrika Colony."
style = 0
picture = "british_naval_reinforcements"
action_a = {
name = "Ask!"
ai_chance = 95
command = { type = trigger which = 556301 }
command = { type = addcore which = 1014 }
command = { type = addcore which = 970 }
command = { type = addcore which = 1013 }
command = { type = addcore which = 943 }
command = { type = addcore which = 942 }
command = { type = addcore which = 945 }
command = { type = addcore which = 944 }
command = { type = addcore which = 946 }
command = { type = addcore which = 947 }
command = { type = addcore which = 948 }
command = { type = addcore which = 949 }
command = { type = addcore which = 951 }
command = { type = addcore which = 950 }
command = { type = addcore which = 952 }
command = { type = addcore which = 953 }
command = { type = addcore which = 946 }
command = { type = addcore which = 973 }
command = { type = addcore which = 974 }
command = { type = addcore which = 975 }
command = { type = addcore which = 1083 }
command = { type = addcore which = 1084 }
command = { type = addcore which = 998 }
command = { type = addcore which = 976 }
command = { type = addcore which = 977 }
command = { type = addcore which = 978 }
command = { type = addcore which = 981 }
command = { type = addcore which = 984 }
command = { type = addcore which = 987 }
command = { type = addcore which = 989 }
command = { type = addcore which = 990 }
command = { type = addcore which = 985 }
command = { type = addcore which = 980 }
command = { type = addcore which = 986 }
command = { type = addcore which = 979 }
command = { type = addcore which = 994 }
command = { type = addcore which = 996 }
command = { type = addcore which = 997 }
command = { type = addcore which = 991 }
command = { type = addcore which = 995 }
command = { type = addcore which = 993 }
command = { type = addcore which = 935 }
command = { type = addcore which = 934 }
command = { type = addcore which = 936 }
command = { type = addcore which = 938 }
command = { type = addcore which = 937 }
command = { type = addcore which = 939 }
command = { type = addcore which = 940 }
command = { type = addcore which = 941 }
}
action_b = {
name = "Don't."
ai_chance = 5
command = { type = dissent value = 2 }
}
}
#########
event = {
id = 556301
random = no
country = GER
name = "Claiming French North Africa"
desc = "Our Mittelafrika colony has asked us to give form french north africa to them. Shall we?"
style = 0
picture = "british_naval_reinforcements"
action_a = {
name = "Yes!"
ai_chance = 95
command = { type = secedeprovince which = CON value = 1014 }
command = { type = secedeprovince which = CON value = 970 }
command = { type = secedeprovince which = CON value = 1013 }
command = { type = secedeprovince which = CON value = 943 }
command = { type = secedeprovince which = CON value = 942 }
command = { type = secedeprovince which = CON value = 945 }
command = { type = secedeprovince which = CON value = 944 }
command = { type = secedeprovince which = CON value = 946 }
command = { type = secedeprovince which = CON value = 947 }
command = { type = secedeprovince which = CON value = 948 }
command = { type = secedeprovince which = CON value = 949 }
command = { type = secedeprovince which = CON value = 951 }
command = { type = secedeprovince which = CON value = 950 }
command = { type = secedeprovince which = CON value = 952 }
command = { type = secedeprovince which = CON value = 953 }
command = { type = secedeprovince which = CON value = 946 }
command = { type = secedeprovince which = CON value = 973 }
command = { type = secedeprovince which = CON value = 974 }
command = { type = secedeprovince which = CON value = 975 }
command = { type = secedeprovince which = CON value = 1083 }
command = { type = secedeprovince which = CON value = 1084 }
command = { type = secedeprovince which = CON value = 998 }
command = { type = secedeprovince which = CON value = 976 }
command = { type = secedeprovince which = CON value = 977 }
command = { type = secedeprovince which = CON value = 978 }
command = { type = secedeprovince which = CON value = 981 }
command = { type = secedeprovince which = CON value = 984 }
command = { type = secedeprovince which = CON value = 987 }
command = { type = secedeprovince which = CON value = 989 }
command = { type = secedeprovince which = CON value = 990 }
command = { type = secedeprovince which = CON value = 985 }
command = { type = secedeprovince which = CON value = 980 }
command = { type = secedeprovince which = CON value = 986 }
command = { type = secedeprovince which = CON value = 979 }
command = { type = secedeprovince which = CON value = 994 }
command = { type = secedeprovince which = CON value = 996 }
command = { type = secedeprovince which = CON value = 997 }
command = { type = secedeprovince which = CON value = 991 }
command = { type = secedeprovince which = CON value = 995 }
command = { type = secedeprovince which = CON value = 993 }
command = { type = secedeprovince which = CON value = 935 }
command = { type = secedeprovince which = CON value = 934 }
command = { type = secedeprovince which = CON value = 936 }
command = { type = secedeprovince which = CON value = 938 }
command = { type = secedeprovince which = CON value = 937 }
command = { type = secedeprovince which = CON value = 939 }
command = { type = secedeprovince which = CON value = 940 }
command = { type = secedeprovince which = CON value = 941 }
}
action_b = {
name = "No, we need it more ourselves."
ai_chance = 5
command = { type = dissent value = 2 }
}
}
Last edited: